configure: adjust fp_contract usage

This commit is contained in:
Jasper St. Pierre
2023-09-11 20:43:37 -07:00
parent bf5c15e70a
commit 4e6c26cf4d
+2 -1
View File
@@ -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 = [