authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-02 14:37:30+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-12 17:07:50+02:00
logaa7c6dcac1c87d892156daf210620f999d9838f3
treedb43af527cec3d4314e90d51bbca96a757b8a82e
parent74f55175d52d68e80688522f41938ee013c56d71
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

main: List -f(no-)builtin as per-module options.

Contributes to #23424.

1 files changed, 2 insertions(+), 2 deletions(-)

src/main.zig+2-2
...@@ -471,8 +471,6 @@ const usage_build_generic =...@@ -471,8 +471,6 @@ const usage_build_generic =
471 \\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports471 \\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports
472 \\ -freference-trace[=num] Show num lines of reference trace per compile error472 \\ -freference-trace[=num] Show num lines of reference trace per compile error
473 \\ -fno-reference-trace Disable reference trace473 \\ -fno-reference-trace Disable reference trace
474 \\ -fbuiltin Enable implicit builtin knowledge of functions
475 \\ -fno-builtin Disable implicit builtin knowledge of functions
476 \\ -ffunction-sections Places each function in a separate section474 \\ -ffunction-sections Places each function in a separate section
477 \\ -fno-function-sections All functions go into same section475 \\ -fno-function-sections All functions go into same section
478 \\ -fdata-sections Places each data in a separate section476 \\ -fdata-sections Places each data in a separate section
...@@ -534,6 +532,8 @@ const usage_build_generic =...@@ -534,6 +532,8 @@ const usage_build_generic =
534 \\ -fno-sanitize-thread Disable Thread Sanitizer532 \\ -fno-sanitize-thread Disable Thread Sanitizer
535 \\ -ffuzz Enable fuzz testing instrumentation533 \\ -ffuzz Enable fuzz testing instrumentation
536 \\ -fno-fuzz Disable fuzz testing instrumentation534 \\ -fno-fuzz Disable fuzz testing instrumentation
535 \\ -fbuiltin Enable implicit builtin knowledge of functions
536 \\ -fno-builtin Disable implicit builtin knowledge of functions
537 \\ -funwind-tables Always produce unwind table entries for all functions537 \\ -funwind-tables Always produce unwind table entries for all functions
538 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions538 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
539 \\ -fno-unwind-tables Never produce unwind table entries539 \\ -fno-unwind-tables Never produce unwind table entries