authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-05 15:41:54+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-05 22:41:09+01:00
log89a506a7efdf6934f2d17380cd98879c00e60824
treef0a8adc978032ab83582d1340ceeb7ac38e4aea7
parent5685a10ded2dbb64070c8f43911a05584901c5eb
signature Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

These are already handled by build_crt_file().

1 files changed, 0 insertions(+), 3 deletions(-)

src/musl.zig-3
......@@ -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 });