mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
main: add -f{no-}ubsan-rt to the usage text
This commit is contained in:
parent
2d4574aafb
commit
14178475e3
@ -561,6 +561,8 @@ const usage_build_generic =
|
|||||||
\\ -fno-lld Prevent using LLD as the linker
|
\\ -fno-lld Prevent using LLD as the linker
|
||||||
\\ -fcompiler-rt Always include compiler-rt symbols in output
|
\\ -fcompiler-rt Always include compiler-rt symbols in output
|
||||||
\\ -fno-compiler-rt Prevent including compiler-rt symbols in output
|
\\ -fno-compiler-rt Prevent including compiler-rt symbols in output
|
||||||
|
\\ -fubsan-rt Always include ubsan-rt symbols in the output
|
||||||
|
\\ -fno-ubsan-rt Prevent including ubsan-rt symbols in the output
|
||||||
\\ -rdynamic Add all symbols to the dynamic symbol table
|
\\ -rdynamic Add all symbols to the dynamic symbol table
|
||||||
\\ -feach-lib-rpath Ensure adding rpath for each used dynamic library
|
\\ -feach-lib-rpath Ensure adding rpath for each used dynamic library
|
||||||
\\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library
|
\\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user