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