add -fno-trapping-math

This commit is contained in:
dzaima 2024-01-19 18:08:27 +02:00
parent ffffdb5895
commit b6a1a7caa0

View File

@ -302,7 +302,7 @@ po ← { # parsed options
cc,
"-std=gnu11",
"-Wall", "-Wno-unused-function",
"-fms-extensions", "-ffp-contract=off", "-fno-math-errno", "-fvisibility=hidden", "-fno-strict-aliasing",
"-fms-extensions", "-ffp-contract=off", "-fno-trapping-math", "-fno-math-errno", "-fvisibility=hidden", "-fno-strict-aliasing",
"-DBYTECODE_DIR="•file.Name bytecodeDir,
"-DSINGELI="•Repr singeli,
"-DFFI="•Repr 2×ffi