From edec6e6a70d7df83a5c5f3c19d240e72d38a6c55 Mon Sep 17 00:00:00 2001 From: BurnZeZ Date: Tue, 1 Mar 2016 18:12:04 -0500 Subject: cc: sort the lex.c comment listing debug flags --- sys/src/cmd/cc/lex.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'sys/src/cmd/cc') diff --git a/sys/src/cmd/cc/lex.c b/sys/src/cmd/cc/lex.c index 95960fa9d..ec202a88e 100644 --- a/sys/src/cmd/cc/lex.c +++ b/sys/src/cmd/cc/lex.c @@ -7,30 +7,32 @@ /* * known debug flags - * -a acid declaration output + * -. Inhibit search for includes in source directory + * -A !B * -B non ANSI - * -d print declarations * -D name define * -F format specification check - * -i print initialization * -I path include - * -l generate little-endian code * -L print every NAME symbol * -M constant multiplication + * -S print assembly + * -V enable void* conversion warnings + * -X abort on error + + * -a acid declaration output + * -d print declarations + * -i print initialization + * -l generate little-endian code * -m print add/sub/mul trees * -n print acid to file (%.c=%.acid) (with -a or -aa) * -o file output file * -p use standard cpp ANSI preprocessor (not on windows) * -r print registerization * -s print structure offsets (with -a or -aa) - * -S print assembly * -t print type trees - * -V enable void* conversion warnings * -v verbose printing * -w print warnings - * -X abort on error - * -. Inhibit search for includes in source directory */ void -- cgit v1.2.3