summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 01:34:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 01:34:04 +0100
commit7950a422f3814bb355bfa4d6a536c735fc222fc4 (patch)
tree8ccc0bdba5206cb815b4d8bdda93c413ee06eee3 /wscript
parente70f23c79bb3a9abe998d6bdd77641c2c1ae24d4 (diff)
-ffast-math seems to cause various bizarre problems on Windows XP 32-bit, so remove it.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 41a11f6cb..7ad9fed20 100644
--- a/wscript
+++ b/wscript
@@ -75,7 +75,6 @@ def configure(conf):
'-D__STDC_LIMIT_MACROS',
'-D__STDC_FORMAT_MACROS',
'-msse',
- '-ffast-math',
'-fno-strict-aliasing',
'-Wall',
'-Wno-attributes',