diff options
Diffstat (limited to 'userconfig-runner@Linux-GNU.cmake')
| -rw-r--r-- | userconfig-runner@Linux-GNU.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userconfig-runner@Linux-GNU.cmake b/userconfig-runner@Linux-GNU.cmake index 963027ba..7106cfee 100644 --- a/userconfig-runner@Linux-GNU.cmake +++ b/userconfig-runner@Linux-GNU.cmake @@ -3,8 +3,8 @@ sets(BOOL FLOORMAT_SUBMODULE-SDL2 OFF) set(CMAKE_INSTALL_MESSAGE NEVER) sets(STRING CMAKE_BUILD_TYPE RELEASE - CMAKE_C_FLAGS_RELEASE "-O0 -DNDEBUG -s" - CMAKE_CXX_FLAGS_RELEASE "-O0 -DNDEBUG -s") + CMAKE_C_FLAGS_RELEASE "-O0 -DNDEBUG" + CMAKE_CXX_FLAGS_RELEASE "-O0 -DNDEBUG") add_compile_options(-fsanitize=address,undefined) add_link_options(-fsanitize=address,undefined) |
