Skip to content

Commit aa7c6dc

Browse files
committed
main: List -f(no-)builtin as per-module options.
Contributes to #23424.
1 parent 74f5517 commit aa7c6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,6 @@ const usage_build_generic =
471471
\\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports
472472
\\ -freference-trace[=num] Show num lines of reference trace per compile error
473473
\\ -fno-reference-trace Disable reference trace
474-
\\ -fbuiltin Enable implicit builtin knowledge of functions
475-
\\ -fno-builtin Disable implicit builtin knowledge of functions
476474
\\ -ffunction-sections Places each function in a separate section
477475
\\ -fno-function-sections All functions go into same section
478476
\\ -fdata-sections Places each data in a separate section
@@ -534,6 +532,8 @@ const usage_build_generic =
534532
\\ -fno-sanitize-thread Disable Thread Sanitizer
535533
\\ -ffuzz Enable fuzz testing instrumentation
536534
\\ -fno-fuzz Disable fuzz testing instrumentation
535+
\\ -fbuiltin Enable implicit builtin knowledge of functions
536+
\\ -fno-builtin Disable implicit builtin knowledge of functions
537537
\\ -funwind-tables Always produce unwind table entries for all functions
538538
\\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
539539
\\ -fno-unwind-tables Never produce unwind table entries

0 commit comments

Comments
 (0)