diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmakedebug | 1 |
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 \ |