diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 01:34:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 01:34:04 +0100 |
| commit | 7950a422f3814bb355bfa4d6a536c735fc222fc4 (patch) | |
| tree | 8ccc0bdba5206cb815b4d8bdda93c413ee06eee3 /wscript | |
| parent | e70f23c79bb3a9abe998d6bdd77641c2c1ae24d4 (diff) | |
-ffast-math seems to cause various bizarre problems on Windows XP 32-bit, so remove it.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ def configure(conf): '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', - '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', |
