mirror of
https://github.com/neovim/neovim.git
synced 2026-07-13 12:50:31 +00:00
Merge pull request #29600 from neovim/backport-29599-to-release-0.10
build: remove -O2 from gen_cflags
This commit is contained in:
@@ -477,7 +477,6 @@ endif()
|
||||
if(MSVC)
|
||||
list(APPEND gen_cflags -wd4003)
|
||||
endif()
|
||||
list(APPEND gen_cflags -O2)
|
||||
|
||||
set(NVIM_VERSION_GIT_H ${PROJECT_BINARY_DIR}/cmake.config/auto/versiondef_git.h)
|
||||
add_custom_target(update_version_stamp
|
||||
|
||||
Reference in New Issue
Block a user