Skip to content

Commit 8e26a6d

Browse files
committed
musl: Don't explicitly pass -fno-unwind-tables -fno-asynchronous-unwind-tables.
These are already handled by build_crt_file().
1 parent f952e99 commit 8e26a6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/musl.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,6 @@ fn addCcArgs(
463463

464464
o_arg,
465465

466-
"-fno-unwind-tables",
467-
"-fno-asynchronous-unwind-tables",
468-
469466
"-Qunused-arguments",
470467
"-w", // disable all warnings
471468
});

0 commit comments

Comments
 (0)