Skip to content

Commit 97b947e

Browse files
committed
main: add -f{no-}ubsan-rt to the usage text
1 parent 7b48bc4 commit 97b947e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.zig

+2
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ const usage_build_generic =
554554
\\ -fno-lld Prevent using LLD as the linker
555555
\\ -fcompiler-rt Always include compiler-rt symbols in output
556556
\\ -fno-compiler-rt Prevent including compiler-rt symbols in output
557+
\\ -fubsan-rt Always include ubsan-rt symbols in the output
558+
\\ -fno-ubsan-rt Prevent including ubsan-rt symbols in the output
557559
\\ -rdynamic Add all symbols to the dynamic symbol table
558560
\\ -feach-lib-rpath Ensure adding rpath for each used dynamic library
559561
\\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library

0 commit comments

Comments
 (0)