]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: --add-info
authorWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 18:23:03 +0000 (19:23 +0100)
committerWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 18:23:03 +0000 (19:23 +0100)
doc/gmqcc.1

index 2a38e2a9de7f644215365a99480b3431748a72b0..ed88235ebbf77972405a4f4d91a2eb2b57fa218b 100644 (file)
@@ -142,6 +142,15 @@ them.
 .fi
 .in
 .TP
 .fi
 .in
 .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"
 DEBUG OPTION. Print the code's intermediate representation before the
 optimization and finalization passes to stdout before generating the
 .B "-dump"
 DEBUG OPTION. Print the code's intermediate representation before 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"
 Allow local variables named 'nil'. (This will not allow declaring a
 global of that name.)
 .IP "with -funtyped-nil"
 Allow local variables named 'nil'. (This will not allow declaring a
 global of that name.)
+.RE
 .SH OPTIMIZATIONS
 .TP
 .B -Opeephole
 .SH OPTIMIZATIONS
 .TP
 .B -Opeephole