diff options
author | Evan Martin <martine@danga.com> | 2011-01-08 23:28:12 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-01-08 23:28:12 (GMT) |
commit | 3e633fc71dc1f78fc68b25b3238e2e78118a3a00 (patch) | |
tree | 0b0a3aba51784dad7f657597d665dd0e49c23cae | |
parent | a47376800efa0ef57962c9518e6fca95e86ffe6a (diff) | |
download | Ninja-3e633fc71dc1f78fc68b25b3238e2e78118a3a00.zip Ninja-3e633fc71dc1f78fc68b25b3238e2e78118a3a00.tar.gz Ninja-3e633fc71dc1f78fc68b25b3238e2e78118a3a00.tar.bz2 |
tweak build flags
-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 |