diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-03 00:56:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-03 00:56:51 +0000 |
| commit | 78d47a437b55782595529d8b680479edd6ce3c34 (patch) | |
| tree | c1ebfb9d1897196b13f760d93387a1093ad4656a /wscript | |
| parent | d968824110c032494b31f04cdb2551324e737bde (diff) | |
Back down to -O2 in case it fixes problems with windows.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ def configure(conf): if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-g', '-DDVDOMATIC_DEBUG']) else: - conf.env.append_value('CXXFLAGS', '-O3') + conf.env.append_value('CXXFLAGS', '-O2') conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True) conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True) |
