diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 00:24:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 00:24:56 +0100 |
| commit | c1935537a671dea6b3112dbf8a93757eb3fc9e9f (patch) | |
| tree | 6985e8ae6ac9ac129d78178ec54f2fd0bd31379f /wscript | |
| parent | d4833e319e1d5168b8ee4a7ac1f779a65d975f01 (diff) | |
Hopefully fix problems with end-trim not working.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
