From 7950a422f3814bb355bfa4d6a536c735fc222fc4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Aug 2015 01:34:04 +0100 Subject: [PATCH] -ffast-math seems to cause various bizarre problems on Windows XP 32-bit, so remove it. --- wscript | 1 - 1 file changed, 1 deletion(-) 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', -- 2.30.2