mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00: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
@ -463,9 +463,6 @@ fn addCcArgs(
|
||||
|
||||
o_arg,
|
||||
|
||||
"-fno-unwind-tables",
|
||||
"-fno-asynchronous-unwind-tables",
|
||||
|
||||
"-Qunused-arguments",
|
||||
"-w", // disable all warnings
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user