diff options
author | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 18:12:04 -0500 |
---|---|---|
committer | BurnZeZ <brz-9dev@feline.systems> | 2016-03-01 18:12:04 -0500 |
commit | edec6e6a70d7df83a5c5f3c19d240e72d38a6c55 (patch) | |
tree | 8b436553afbc7f24a564950c24fbdd91567bf00e /sys/src/cmd/cc | |
parent | 7314601f9d9633c08f35d6ac1a5be834b0a8028a (diff) |
cc: sort the lex.c comment listing debug flags
Diffstat (limited to 'sys/src/cmd/cc')
-rw-r--r-- | sys/src/cmd/cc/lex.c | 18 |
1 files changed, 10 insertions, 8 deletions
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 |