From 0f35174807ca7a058920f25312f1579c0d6e91c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 14 Jan 2026 21:33:04 +0100 Subject: [PATCH] compiler: remove -exported_symbols_list from zig build-exe --help It's only supported by zig cc -Wl,... --- src/main.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index fc8cd2ea498cddf3b96213d3a6b139a5ea48f42f..f914593bce3a53cc513c1dec51075f5aad70f5b1 100644 --- a/src/main.zig +++ b/src/main.zig @@ -665,7 +665,6 @@ const usage_build_generic = \\ -weak_framework [name] (Darwin) link against framework and mark it and all referenced symbols as weak \\ -F[dir] (Darwin) add search path for frameworks \\ --export=[value] (WebAssembly) Force a symbol to be exported - \\ --exported_symbols_list [file] (Darwin) Force symbols in the file to be exported \\ \\Test Options: \\ --test-filter [text] Skip tests that do not match any filter -- 2.54.0