We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-f{no-}ubsan-rt
1 parent 7b48bc4 commit 97b947eCopy full SHA for 97b947e
src/main.zig
@@ -554,6 +554,8 @@ const usage_build_generic =
554
\\ -fno-lld Prevent using LLD as the linker
555
\\ -fcompiler-rt Always include compiler-rt symbols in output
556
\\ -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
559
\\ -rdynamic Add all symbols to the dynamic symbol table
560
\\ -feach-lib-rpath Ensure adding rpath for each used dynamic library
561
\\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library
0 commit comments