commit | ad09fd7aa2acb235fcb0548703327d7fcfdd57e6 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Aug 14 23:38:36 2014 -0700 |
committer | Brian Silverman <brians> | Thu Aug 14 23:38:36 2014 -0700 |
tree | c3329f2627e4b9e67d4321ac81b3d572a66f41ca | |
parent | bbeed50873fc2c64f822bce9a51071d75f2d693d [diff] |
tell clang to not truncate macro backtraces
diff --git a/aos/build/aos.gypi b/aos/build/aos.gypi index f6fefd5..dca03b3 100644 --- a/aos/build/aos.gypi +++ b/aos/build/aos.gypi
@@ -308,6 +308,7 @@ 'cflags': [ '-fcolor-diagnostics', '-fmessage-length=80', + '-fmacro-backtrace-limit=0', ], 'defines': [ # This tells clang's optimizer the same thing.