mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 23:35:08 -04:00
configure: adjust fp_contract usage
This commit is contained in:
+2
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user