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:
@@ -463,9 +463,6 @@ fn addCcArgs(
|
||||
|
||||
o_arg,
|
||||
|
||||
"-fno-unwind-tables",
|
||||
"-fno-asynchronous-unwind-tables",
|
||||
|
||||
"-Qunused-arguments",
|
||||
"-w", // disable all warnings
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user