musl: Don't explicitly pass -fno-unwind-tables -fno-asynchronous-unwind-tables.

These are already handled by build_crt_file().
This commit is contained in:
Alex Rønne Petersen 2024-11-05 15:41:54 +01:00
parent 5685a10ded
commit 89a506a7ef
No known key found for this signature in database

View File

@ -463,9 +463,6 @@ fn addCcArgs(
o_arg,
"-fno-unwind-tables",
"-fno-asynchronous-unwind-tables",
"-Qunused-arguments",
"-w", // disable all warnings
});