summarylogtreecommitdiffstats
path: root/fortify.patch
blob: abb43d7d727d3e1dd627279f446b0b33cbdd838c (plain)
1
2
3
4
5
6
7
8
9
10
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,6 @@
 if (MSVC)
     target_compile_options(Databaseds PUBLIC /W3)
 else()
-    target_compile_options(Databaseds PUBLIC -Wall -Wextra -D_FORTIFY_SOURCE=2 -O1)
+    target_compile_options(Databaseds PUBLIC -Wall -Wextra -O1)
 endif()