diff --git a/SConstruct b/SConstruct index 3aa7891..fa5c21a 100644 --- a/SConstruct +++ b/SConstruct @@ -93,6 +93,7 @@ for option in Split(""" -Wlong-long -Wundef -Winline -Wpointer-arith -Wno-unused-parameter -Wunreachable-code + -fmacro-backtrace-limit=2 -Wno-cast-align -Wno-pointer-sign """): conf.checkForCCOption(option) SGML=conf.checkForSGMLFMT()