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-14 05:44:45+02:00
log925cc08b953d417ef6fd5ebb183f39172c8d2c15
treea619ba447380b5c44a10d93a16e73f1ac3d30a36
parent90e8af98eb6942c62be4f08e655d07a12f038ed6
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
...@@ -468,8 +468,6 @@ const usage_build_generic =...@@ -468,8 +468,6 @@ const usage_build_generic =
468 \\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports468 \\ -fno-dll-export-fns Force-disable marking exported functions as DLL exports
469 \\ -freference-trace[=num] Show num lines of reference trace per compile error469 \\ -freference-trace[=num] Show num lines of reference trace per compile error
470 \\ -fno-reference-trace Disable reference trace470 \\ -fno-reference-trace Disable reference trace
471 \\ -fbuiltin Enable implicit builtin knowledge of functions
472 \\ -fno-builtin Disable implicit builtin knowledge of functions
473 \\ -ffunction-sections Places each function in a separate section471 \\ -ffunction-sections Places each function in a separate section
474 \\ -fno-function-sections All functions go into same section472 \\ -fno-function-sections All functions go into same section
475 \\ -fdata-sections Places each data in a separate section473 \\ -fdata-sections Places each data in a separate section
...@@ -529,6 +527,8 @@ const usage_build_generic =...@@ -529,6 +527,8 @@ const usage_build_generic =
529 \\ -fno-sanitize-thread Disable Thread Sanitizer527 \\ -fno-sanitize-thread Disable Thread Sanitizer
530 \\ -ffuzz Enable fuzz testing instrumentation528 \\ -ffuzz Enable fuzz testing instrumentation
531 \\ -fno-fuzz Disable fuzz testing instrumentation529 \\ -fno-fuzz Disable fuzz testing instrumentation
530 \\ -fbuiltin Enable implicit builtin knowledge of functions
531 \\ -fno-builtin Disable implicit builtin knowledge of functions
532 \\ -funwind-tables Always produce unwind table entries for all functions532 \\ -funwind-tables Always produce unwind table entries for all functions
533 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions533 \\ -fasync-unwind-tables Always produce asynchronous unwind table entries for all functions
534 \\ -fno-unwind-tables Never produce unwind table entries534 \\ -fno-unwind-tables Never produce unwind table entries