| ... | @@ -568,13 +568,12 @@ const usage_build_generic = | ... | @@ -568,13 +568,12 @@ const usage_build_generic = |
| 568 | \\ | 568 | \\ |
| 569 | \\Global Compile Options: | 569 | \\Global Compile Options: |
| 570 | \\ --name [name] Compilation unit name (not a file path) | 570 | \\ --name [name] Compilation unit name (not a file path) |
| 571 | \\ --libc [file] Provide a file which specifies libc paths | | |
| 572 | \\ -x language Treat subsequent input files as having type <language> | | |
| 573 | \\ --dep [[import=]name] Add an entry to the next module's import table | | |
| 574 | \\ -M[name][=src] Create a module based on the current per-module settings. | 571 | \\ -M[name][=src] Create a module based on the current per-module settings. |
| 575 | \\ The first module is the main module. | 572 | \\ The first module is the main module. |
| 576 | \\ "std" can be configured by omitting src | 573 | \\ "std" can be configured by omitting src |
| 577 | \\ After a -M argument, per-module settings are reset. | 574 | \\ After a -M argument, per-module settings are reset. |
| | 575 | \\ --libc [file] Provide a file which specifies libc paths |
| | 576 | \\ -x [language] Treat subsequent input files as having type <language> |
| 578 | \\ --error-limit [num] Set the maximum amount of distinct error values | 577 | \\ --error-limit [num] Set the maximum amount of distinct error values |
| 579 | \\ -fllvm Force using LLVM as the codegen backend | 578 | \\ -fllvm Force using LLVM as the codegen backend |
| 580 | \\ -fno-llvm Prevent using LLVM as the codegen backend | 579 | \\ -fno-llvm Prevent using LLVM as the codegen backend |
| ... | @@ -599,6 +598,7 @@ const usage_build_generic = | ... | @@ -599,6 +598,7 @@ const usage_build_generic = |
| 599 | \\ --time-report Send timing diagnostics to '--listen' clients | 598 | \\ --time-report Send timing diagnostics to '--listen' clients |
| 600 | \\ | 599 | \\ |
| 601 | \\Per-Module Compile Options: | 600 | \\Per-Module Compile Options: |
| | 601 | \\ --dep [[import=]name] Add an entry to the next module's import table |
| 602 | \\ -target [name] <arch><sub>-<os>-<abi> see the targets command | 602 | \\ -target [name] <arch><sub>-<os>-<abi> see the targets command |
| 603 | \\ -O [mode] Choose what to optimize for | 603 | \\ -O [mode] Choose what to optimize for |
| 604 | \\ debug (default) Prioritize bug detection, accurate debug info, compilation speed | 604 | \\ debug (default) Prioritize bug detection, accurate debug info, compilation speed |