From 03d348150eeaffbbce886e60a9cf0194a33e81ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 1 Dec 2012 18:59:42 +0000 Subject: Revert -O2 hack as it seems to be ok with a newer compiler. --- wscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wscript b/wscript index fe90dc1ed..d6cfd45c6 100644 --- a/wscript +++ b/wscript @@ -50,10 +50,7 @@ def configure(conf): if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-g', '-DDVDOMATIC_DEBUG']) else: - # It seems that -O3 possibly causes weird problems with crashes - # inside boost::signals2 on Windows 32-bit. Didn't quite get - # to the bottom of it, though. - conf.env.append_value('CXXFLAGS', '-O2') + conf.env.append_value('CXXFLAGS', '-O3') 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) -- cgit v1.2.3