CLI: remove remainders of --verbose-ast and --verbose-tokenize
These options were removed in 5e63baae8 (CLI: remove --verbose-ast and
--verbose-tokenize, 2021-06-09) but some remainders were left in.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
committed by
Andrew Kelley
parent
8dcb1eba60
commit
6f87f49f3d
@@ -51,8 +51,6 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
|
||||
" --strip exclude debug symbols\n"
|
||||
" -target [name] <arch>-<os>-<abi> see the targets command\n"
|
||||
" -mcpu [cpu] specify target CPU and feature set\n"
|
||||
" --verbose-tokenize enable compiler debug output for tokenization\n"
|
||||
" --verbose-ast enable compiler debug output for AST parsing\n"
|
||||
" --verbose-ir enable compiler debug output for Zig IR\n"
|
||||
" --verbose-llvm-ir enable compiler debug output for LLVM IR\n"
|
||||
" --verbose-cimport enable compiler debug output for C imports\n"
|
||||
|
||||
Reference in New Issue
Block a user