mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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:
parent
5685a10ded
commit
89a506a7ef
1 changed files with 0 additions and 3 deletions
|
|
@ -463,9 +463,6 @@ fn addCcArgs(
|
|||
|
||||
o_arg,
|
||||
|
||||
"-fno-unwind-tables",
|
||||
"-fno-asynchronous-unwind-tables",
|
||||
|
||||
"-Qunused-arguments",
|
||||
"-w", // disable all warnings
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue