mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
remove -D_FORTIFY_SOURCE=2 as it causes stack dumps with datatabletool when built with gcc
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ elseif(UNIX)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -D_GLIBCXX_USE_CXX11_ABI=0 \
|
||||
-m32 -pipe -march=native -mtune=native \
|
||||
-D_FORTIFY_SOURCE=2 -Wformat \
|
||||
-Wformat \
|
||||
-Wno-overloaded-virtual -Wno-missing-braces -Wno-format \
|
||||
-Wno-write-strings -Wno-unknown-pragmas \
|
||||
-Wno-uninitialized -Wno-reorder")
|
||||
|
||||
Reference in New Issue
Block a user