manpage: --add-info

This commit is contained in:
Wolfgang Bumiller 2013-01-11 19:23:03 +01:00
parent 3436fa7d89
commit 5231279113

View file

@ -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