authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-02-16 16:35:06-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-02-16 16:35:06-07:00
log61da9a25b97289f0b1820ae2eae60066a7a871d8
tree9aa4295a424cac5c3509fb351c63e3a51e3c8ffb
parent4c7ca20da56d86636dfcc35a6982ad10b147cece

CLI: remove option from usage text since it doesn't work


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

src/main.zig-1
...@@ -488,7 +488,6 @@ const usage_build_generic =...@@ -488,7 +488,6 @@ const usage_build_generic =
488 \\ -fno-build-id (default) Saves a bit of time linking488 \\ -fno-build-id (default) Saves a bit of time linking
489 \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker489 \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker
490 \\ --emit-relocs Enable output of relocation sections for post build tools490 \\ --emit-relocs Enable output of relocation sections for post build tools
491 \\ --no-undefined Alias of -z defs
492 \\ -z [arg] Set linker extension flags491 \\ -z [arg] Set linker extension flags
493 \\ nodelete Indicate that the object cannot be deleted from a process492 \\ nodelete Indicate that the object cannot be deleted from a process
494 \\ notext Permit read-only relocations in read-only segments493 \\ notext Permit read-only relocations in read-only segments