diff options
-rw-r--r-- | build.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ninja b/build.ninja index 9f5173a..7278cb6 100644 --- a/build.ninja +++ b/build.ninja @@ -7,7 +7,7 @@ builddir = build # the rules to make use of them. cxx = g++ #cxx = /home/evanm/projects/src/llvm/Release+Asserts/bin/clang++ -cflags = -g -Wall -Wno-deprecated +cflags = -g -Wall -Wno-deprecated -fno-exceptions -fvisibility=hidden -pipe # needed for backtrace() ldflags = -g -rdynamic |