mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
manpage: -dump, -dumpfin
This commit is contained in:
parent
b32bd22af3
commit
365fe400b0
1 changed files with 11 additions and 0 deletions
11
doc/gmqcc.1
11
doc/gmqcc.1
|
@ -121,6 +121,17 @@ them.
|
||||||
-f\fIno-\fRcorrect-ternary
|
-f\fIno-\fRcorrect-ternary
|
||||||
.fi
|
.fi
|
||||||
.in
|
.in
|
||||||
|
.TP
|
||||||
|
.B "-dump"
|
||||||
|
DEBUG OPTION. Print the code's intermediate representation before the
|
||||||
|
optimization and finalization passes to stdout before generating the
|
||||||
|
binary.
|
||||||
|
.TP
|
||||||
|
.B "-dumpfin"
|
||||||
|
DEBUG OPTION. Print the code's intermediate representation after the
|
||||||
|
optimization and finalization passes to stdout before generating the
|
||||||
|
binary. The instructions will be enumerated, and values will contain a
|
||||||
|
list of liferanges.
|
||||||
.SH COMPILE WARNINGS
|
.SH COMPILE WARNINGS
|
||||||
.TP
|
.TP
|
||||||
.B -Wunused-variable
|
.B -Wunused-variable
|
||||||
|
|
Loading…
Reference in a new issue