mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
main: List -f(no-)builtin as per-module options.
Contributes to #23424.
This commit is contained in:
parent
90e8af98eb
commit
925cc08b95
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user