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