musl: Build with -ffp-contract=off.

https://www.openwall.com/lists/musl/2024/08/28/1
This commit is contained in:
Alex Rønne Petersen 2024-08-28 17:37:23 +02:00
parent 65d36be4a8
commit 4fcd3e00fa
No known key found for this signature in database

View File

@ -387,6 +387,7 @@ fn addCcArgs(
"-fno-builtin",
"-fexcess-precision=standard",
"-frounding-math",
"-ffp-contract=off",
"-fno-strict-aliasing",
"-Wa,--noexecstack",
"-D_XOPEN_SOURCE=700",