diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:54:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:54:41 +0100 |
| commit | 192ede4a8f748d685f631f32451a1a78a1c42497 (patch) | |
| tree | 8750755446051010ddea0791c9c4c2494528d90e | |
| parent | 4b75a461aba3540a771c3211534bdd87443e2f27 (diff) | |
Hack.
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2']) + print conf.env['CXXFLAGS'] conf.env.TARGET_WINDOWS = conf.options.target_windows conf.env.STATIC = conf.options.static |
