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 3a91f01 commit a238856Copy full SHA for a238856
CMakeLists.txt
@@ -112,9 +112,6 @@ if(CC_HAVE_WNO_STRINGOP_OVERFLOW)
112
add_compile_options(-Wno-stringop-overflow)
113
endif()
114
115
-# Ask to glibc to check buffer overflows in memcpy() and friends.
116
-add_compile_definitions(_FORTIFY_SOURCE=3)
117
-
118
# In come case, backtraces are not available without that flags. Increase size
119
# of the binary file, but can be stripped.
120
if(CC_HAVE_UNWIND_TABLES)
0 commit comments