commit | 0b5fbbb4ff5522b11d62643da21ad275a5e58cb3 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Feb 20 15:54:03 2014 -0700 |
committer | Alex Afanasyev <afanasev@cs.ucla.edu> | Wed Feb 26 23:53:53 2014 -0800 |
tree | 442c75f7885674206537ae7233a2852975dab374 | |
parent | 9b27bd2d926af73da404f0316fc115bb61efa427 [diff] [blame] |
fw: NccStrategy refs #1242 Change-Id: I21f870728b7b361547adbde9d64357c93aeb1ed9
diff --git a/wscript b/wscript index a66bfc4..b7f96c9 100644 --- a/wscript +++ b/wscript
@@ -32,6 +32,7 @@ '-Qunused-arguments', # only clang supports '-Wno-tautological-compare', # suppress warnings from CryptoPP '-Wno-unused-function', # suppress warnings from CryptoPP + '-fno-inline', ]) else: conf.add_supported_cxxflags (cxxflags = ['-O3', '-g', '-Wno-tautological-compare', '-Wno-unused-function'])