Scott Lahteine
5 years ago
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
# |
|||
# common-cxxflags.py |
|||
# Convenience script to apply customizations to CPP flags |
|||
# |
|||
Import("env") |
|||
env.Append(CXXFLAGS=[ |
|||
"-Wno-register" |
|||
#"-Wno-incompatible-pointer-types", |
|||
#"-Wno-unused-const-variable", |
|||
#"-Wno-maybe-uninitialized", |
|||
#"-Wno-sign-compare" |
|||
]) |
Loading…
Reference in new issue