Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/SConstruct b/SConstruct
- index db33a28..90c895a 100755
- --- a/SConstruct
- +++ b/SConstruct
- @@ -420,7 +420,7 @@ for env in [test_env, client_env, env]:
- env["DEBUG_FLAGS"] = Split("-O0 -DDEBUG -ggdb3")
- if "clang" in env["CXX"]:
- - env.AppendUnique(CCFLAGS = "-Wno-unknown-warning-option")
- + env.AppendUnique(CCFLAGS = Split("-Qunused-arguments -Wno-unknown-warning-option"))
- if "suncc" in env["TOOLS"]:
- env["OPT_FLAGS"] = "-g0"
Advertisement
Add Comment
Please, Sign In to add comment