summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-02 02:57:50 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-02 02:57:50 +0300
commit1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1 (patch)
treed569692ecb217b0b7f10c666c33d818edf0342ce
parenta70addadba0be1880bc55f13701034585aa19128 (diff)
downloadplus-1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1.tar.gz
plus-1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1.tar.bz2
plus-1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1.tar.xz
plus-1751e4b94ee8454e2ae35bb6e81fc188b2e3e0c1.zip
Add flag -fno-omit-frame-pointer into bmakedebug script.
-rwxr-xr-xbuild/bmakedebug1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/bmakedebug b/build/bmakedebug
index 41ad0eb87..003a6293f 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -12,6 +12,7 @@ export LANG=C
export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
-D_FORTIFY_SOURCE=2 \
+-fno-omit-frame-pointer \
-fsanitize=address -fsanitize=undefined \
-fsanitize=shift -fsanitize=integer-divide-by-zero -fsanitize=unreachable \
-fsanitize=vla-bound -fsanitize=null -fsanitize=return \