commit 925cc08b953d417ef6fd5ebb183f39172c8d2c15 (tree)
parent 90e8af98eb6942c62be4f08e655d07a12f038ed6
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 2 Apr 2025 14:37:30 +0200
main: List -f(no-)builtin as per-module options.
Contributes to #23424.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.zig b/src/main.zig
@@ -468,8 +468,6 @@ const usage_build_generic =
\\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports
\\ -freference-trace[=num] Show num lines of reference trace per compile error
\\ -fno-reference-trace Disable reference trace
- \\ -fbuiltin Enable implicit builtin knowledge of functions
- \\ -fno-builtin Disable implicit builtin knowledge of functions
\\ -ffunction-sections Places each function in a separate section
\\ -fno-function-sections All functions go into same section
\\ -fdata-sections Places each data in a separate section
@@ -529,6 +527,8 @@ const usage_build_generic =
\\ -fno-sanitize-thread Disable Thread Sanitizer
\\ -ffuzz Enable fuzz testing instrumentation
\\ -fno-fuzz Disable fuzz testing instrumentation
+ \\ -fbuiltin Enable implicit builtin knowledge of functions
+ \\ -fno-builtin Disable implicit builtin knowledge of functions
\\ -funwind-tables Always produce unwind table entries for all functions
\\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
\\ -fno-unwind-tables Never produce unwind table entries