musl: Build with -fno-strict-aliasing like upstream.

This commit is contained in:
Alex Rønne Petersen 2024-07-28 15:41:35 +02:00
parent d30d37e356
commit 243bb87db0
No known key found for this signature in database

View File

@ -395,6 +395,7 @@ fn addCcArgs(
// Musl adds these args to builds with gcc but clang does not support them.
//"-fexcess-precision=standard",
//"-frounding-math",
"-fno-strict-aliasing",
"-Wa,--noexecstack",
"-D_XOPEN_SOURCE=700",