mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
manpage: --add-info
This commit is contained in:
parent
3436fa7d89
commit
5231279113
1 changed files with 10 additions and 0 deletions
10
doc/gmqcc.1
10
doc/gmqcc.1
|
@ -142,6 +142,15 @@ them.
|
||||||
.fi
|
.fi
|
||||||
.in
|
.in
|
||||||
.TP
|
.TP
|
||||||
|
.B "--add-info"
|
||||||
|
Adds compiler information to the generated binary file. Currently
|
||||||
|
this includes the following globals:
|
||||||
|
.RS
|
||||||
|
.IP "reserved:version"
|
||||||
|
String containing the compiler version as printed by the --version
|
||||||
|
parameter.
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
.B "-dump"
|
.B "-dump"
|
||||||
DEBUG OPTION. Print the code's intermediate representation before the
|
DEBUG OPTION. Print the code's intermediate representation before the
|
||||||
optimization and finalization passes to stdout before generating the
|
optimization and finalization passes to stdout before generating the
|
||||||
|
@ -467,6 +476,7 @@ Various effects, usually to weaken some conditions.
|
||||||
.IP "with -funtyped-nil"
|
.IP "with -funtyped-nil"
|
||||||
Allow local variables named 'nil'. (This will not allow declaring a
|
Allow local variables named 'nil'. (This will not allow declaring a
|
||||||
global of that name.)
|
global of that name.)
|
||||||
|
.RE
|
||||||
.SH OPTIMIZATIONS
|
.SH OPTIMIZATIONS
|
||||||
.TP
|
.TP
|
||||||
.B -Opeephole
|
.B -Opeephole
|
||||||
|
|
Loading…
Reference in a new issue