diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 17:08:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 17:08:01 +0100 |
| commit | 409db67a7e665c562b4c46035e6394263a93a7f6 (patch) | |
| tree | 6728640477cdaf0e734948c3128a2131694352a8 /wscript | |
| parent | 362068b534ffefcb87debd4d56b56645f3e25f21 (diff) | |
| parent | 4833c6d5dd49ecd768af5edad81823baa9c094ab (diff) | |
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.103pre' +VERSION = '0.105pre' def options(opt): opt.load('compiler_cxx') @@ -28,7 +28,7 @@ def configure(conf): conf.env.TARGET_OSX = sys.platform == 'darwin' conf.env.TARGET_LINUX = not conf.env.TARGET_WINDOWS and not conf.env.TARGET_OSX - conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', + conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra']) if conf.env.TARGET_WINDOWS: |
