mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 00:57:04 +00:00
musl: Build with -ffp-contract=off.
https://www.openwall.com/lists/musl/2024/08/28/1
This commit is contained in:
parent
65d36be4a8
commit
4fcd3e00fa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user