diff --git a/configure.py b/configure.py index 28175cdce..da91a0a6c 100644 --- a/configure.py +++ b/configure.py @@ -100,7 +100,7 @@ CFLAGS_BASE = [ "-maxerrors 1", "-nosyspath", "-RTTI off", - # "-fp_contract on", + "-fp_contract on", "-str reuse", "-multibyte", "-i include", @@ -126,6 +126,7 @@ CFLAGS_FRAMEWORK = [ "-O3,s", "-schedule off", "-sym on", + "-fp_contract off", ] CFLAGS_REL = [