diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-02 01:36:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-06 19:01:56 +0300 |
commit | 51c5857be425d0cf19503ba47eba31fab4aceee6 (patch) | |
tree | b43cba6a322d9451be30a32d76a65c30856eb732 | |
parent | 102642957af303891f6d937abafb5d6bb4682c17 (diff) | |
download | plus-51c5857be425d0cf19503ba47eba31fab4aceee6.tar.gz plus-51c5857be425d0cf19503ba47eba31fab4aceee6.tar.bz2 plus-51c5857be425d0cf19503ba47eba31fab4aceee6.tar.xz plus-51c5857be425d0cf19503ba47eba31fab4aceee6.zip |
Add flag -fno-omit-frame-pointer into bmakedebugsdl2
-rwxr-xr-x | build/bmakedebugsdl2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/bmakedebugsdl2 b/build/bmakedebugsdl2 index e287fc081..e904d2f8e 100755 --- a/build/bmakedebugsdl2 +++ b/build/bmakedebugsdl2 @@ -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 \ |