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