Skip to content

Commit

Permalink
configure: adjust fp_contract usage
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Sep 12, 2023
1 parent bf5c15e commit 4e6c26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"-maxerrors 1",
"-nosyspath",
"-RTTI off",
# "-fp_contract on",
"-fp_contract on",
"-str reuse",
"-multibyte",
"-i include",
Expand All @@ -126,6 +126,7 @@
"-O3,s",
"-schedule off",
"-sym on",
"-fp_contract off",
]

CFLAGS_REL = [
Expand Down

0 comments on commit 4e6c26c

Please sign in to comment.