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'])