| ... | @@ -466,16 +466,9 @@ int main(int argc, char **argv) { | ... | @@ -466,16 +466,9 @@ int main(int argc, char **argv) { |
| 466 | "\n" | 466 | "\n" |
| 467 | "General Options:\n" | 467 | "General Options:\n" |
| 468 | " --help Print this help and exit\n" | 468 | " --help Print this help and exit\n" |
| 469 | " --build-file [file] Override path to build.zig\n" | | |
| 470 | " --cache-dir [path] Override path to cache directory\n" | | |
| 471 | " --verbose Print commands before executing them\n" | 469 | " --verbose Print commands before executing them\n" |
| 472 | " --verbose-tokenize Enable compiler debug output for tokenization\n" | | |
| 473 | " --verbose-ast Enable compiler debug output for parsing into an AST\n" | | |
| 474 | " --verbose-link Enable compiler debug output for linking\n" | | |
| 475 | " --verbose-ir Enable compiler debug output for Zig IR\n" | | |
| 476 | " --verbose-llvm-ir Enable compiler debug output for LLVM IR\n" | | |
| 477 | " --verbose-cimport Enable compiler debug output for C imports\n" | | |
| 478 | " --prefix [path] Override default install prefix\n" | 470 | " --prefix [path] Override default install prefix\n" |
| | 471 | " --search-prefix [path] Add a path to look for binaries, libraries, headers\n" |
| 479 | "\n" | 472 | "\n" |
| 480 | "Project-specific options become available when the build file is found.\n" | 473 | "Project-specific options become available when the build file is found.\n" |
| 481 | "\n" | 474 | "\n" |