authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-14 21:33:04+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-14 21:33:04+01:00
log0f35174807ca7a058920f25312f1579c0d6e91c4
treebe2ade721b2671969cbcbeaf803438684812c70b
parent3471ad1c67662e943115d4925d3e23f2d81002e8
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

compiler: remove -exported_symbols_list from zig build-exe --help

It's only supported by zig cc -Wl,...

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

src/main.zig-1
......@@ -665,7 +665,6 @@ const usage_build_generic =
665665 \\ -weak_framework [name] (Darwin) link against framework and mark it and all referenced symbols as weak
666666 \\ -F[dir] (Darwin) add search path for frameworks
667667 \\ --export=[value] (WebAssembly) Force a symbol to be exported
668 \\ --exported_symbols_list [file] (Darwin) Force symbols in the file to be exported
669668 \\
670669 \\Test Options:
671670 \\ --test-filter [text] Skip tests that do not match any filter