diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:01:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:01:27 +0100 |
| commit | 3e027369bcdae0937c40af9abb4a0874c14c61bd (patch) | |
| tree | e5d46aec69c05e2043d774699b01b79f412dfe23 /wscript | |
| parent | 7fa910cb68b6c5bc8a6dcc5c71425a5534a76eb2 (diff) | |
Remove debug code.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ 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 |
