authorgravatar for david@vortan.devDavid Rubin <david@vortan.dev> 2024-12-26 06:36:09-08:00
committergravatar for david@vortan.devDavid Rubin <david@vortan.dev> 2025-02-25 11:22:33-08:00
log14178475e35674122c65d11c8f0957c89e10506c
tree9db4b7796ae9e869311013094bbafa21362cf348
parent2d4574aafbf95f357ad6306b98d9c8ebebbafe2e

main: add `-f{no-}ubsan-rt` to the usage text


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

src/main.zig+2
...@@ -561,6 +561,8 @@ const usage_build_generic =...@@ -561,6 +561,8 @@ const usage_build_generic =
561 \\ -fno-lld Prevent using LLD as the linker561 \\ -fno-lld Prevent using LLD as the linker
562 \\ -fcompiler-rt Always include compiler-rt symbols in output562 \\ -fcompiler-rt Always include compiler-rt symbols in output
563 \\ -fno-compiler-rt Prevent including compiler-rt symbols in output563 \\ -fno-compiler-rt Prevent including compiler-rt symbols in output
564 \\ -fubsan-rt Always include ubsan-rt symbols in the output
565 \\ -fno-ubsan-rt Prevent including ubsan-rt symbols in the output
564 \\ -rdynamic Add all symbols to the dynamic symbol table566 \\ -rdynamic Add all symbols to the dynamic symbol table
565 \\ -feach-lib-rpath Ensure adding rpath for each used dynamic library567 \\ -feach-lib-rpath Ensure adding rpath for each used dynamic library
566 \\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library568 \\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library