From 14178475e35674122c65d11c8f0957c89e10506c Mon Sep 17 00:00:00 2001 From: David Rubin Date: Thu, 26 Dec 2024 06:36:09 -0800 Subject: [PATCH] main: add `-f{no-}ubsan-rt` to the usage text --- src/main.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.zig b/src/main.zig index 82c20681c6..5e66244484 100644 --- a/src/main.zig +++ b/src/main.zig @@ -561,6 +561,8 @@ const usage_build_generic = \\ -fno-lld Prevent using LLD as the linker \\ -fcompiler-rt Always include 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 \\ -feach-lib-rpath Ensure adding rpath for each used dynamic library \\ -fno-each-lib-rpath Prevent adding rpath for each used dynamic library