diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-02-16 16:35:06 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-02-16 16:35:06 -0700 |
| commit | 61da9a25b97289f0b1820ae2eae60066a7a871d8 (patch) | |
| tree | 9aa4295a424cac5c3509fb351c63e3a51e3c8ffb | |
| parent | 4c7ca20da56d86636dfcc35a6982ad10b147cece (diff) | |
| download | zig-61da9a25b97289f0b1820ae2eae60066a7a871d8.tar.gz zig-61da9a25b97289f0b1820ae2eae60066a7a871d8.zip | |
CLI: remove option from usage text since it doesn't work
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index b4a88ddc66..2e83e98fff 100644 --- a/src/main.zig +++ b/src/main.zig @@ -488,7 +488,6 @@ const usage_build_generic = \\ -fno-build-id (default) Saves a bit of time linking \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker \\ --emit-relocs Enable output of relocation sections for post build tools - \\ --no-undefined Alias of -z defs \\ -z [arg] Set linker extension flags \\ nodelete Indicate that the object cannot be deleted from a process \\ notext Permit read-only relocations in read-only segments |
