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()