-ffast-math seems to cause various bizarre problems on Windows XP 32-bit, so remove it.
authorCarl Hetherington <cth@carlh.net>
Wed, 26 Aug 2015 00:34:04 +0000 (01:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 26 Aug 2015 00:34:04 +0000 (01:34 +0100)
wscript

diff --git a/wscript b/wscript
index 41a11f6cb8ce38b46188268049b96d7ca95e7445..7ad9fed20bd9d5d20c846233013bfd4932e2e023 100644 (file)
--- 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',