diff options
-rw-r--r-- | build.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ninja b/build.ninja index 981a6a6..ed3c5b3 100644 --- a/build.ninja +++ b/build.ninja @@ -10,7 +10,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 +cflags = -g -Wall -Wno-deprecated # needed for backtrace() ldflags = -g -rdynamic |