We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af61380 commit adeb944Copy full SHA for adeb944
1 file changed
CMakeLists.txt
@@ -133,7 +133,7 @@ if(NOT DISABLE_RPATH)
133
endif()
134
135
# set general build flags for debug build-type
136
-set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb3 -DDEBUG -fno-common -Wall -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -Wextra -Wredundant-decls" CACHE STRING "" FORCE)
+set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb3 -DDEBUG -fno-common -Wall -Werror -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -Wextra -Wredundant-decls" CACHE STRING "" FORCE)
137
## append ASAN build flags if compiler version has support
138
#if("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
139
# if(CMAKE_C_COMPILER_VERSION VERSION_GREATER 4.8)
0 commit comments