diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-26 02:29:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-26 21:30:59 +0200 |
| commit | 7399b5483c5b69559bbfcee27bfd415a967add85 (patch) | |
| tree | 763386d64a8575cc2a879d4651d45decddecf42a /cscript | |
| parent | 89504842f5aff01ac8a8e46ec48eea0a14235739 (diff) | |
Rationalise compiler warning setup.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ def dependencies(target, options): option_defaults = { "gui": True, "variant": None } def configure_options(target, options): - opt = '' + opt = ' --warnings-are-errors' if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'): # Currently we only build tests on Ubuntu 18.04 |
