summarylogtreecommitdiffstats
path: root/fortify.patch
blob: 92137323d506d2e02c1316fd893bca0df657b954 (plain)
1
2
3
4
5
6
7
8
--- a/configure/CMakeLists.txt
+++ b/configure/CMakeLists.txt
@@ -237,5 +237,4 @@
 if(NOT WIN32)
     if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
       if(CMAKE_BUILD_TYPE MATCHES "(Release|RelWithDebInfo|MinSizeRel)")
-            add_definitions(-D_FORTIFY_SOURCE=2)
             add_compile_options(-fstack-protector-strong)