From: Wolfgang Bumiller Date: Fri, 11 Jan 2013 18:23:03 +0000 (+0100) Subject: manpage: --add-info X-Git-Tag: before-library~307 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=52312791130eff70f21c428b23756a1b49e67804;hp=3436fa7d8937c0281a18396071a1072964f33f62;ds=sidebyside manpage: --add-info --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 2a38e2a..ed88235 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -142,6 +142,15 @@ them. .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 @@ -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.) +.RE .SH OPTIMIZATIONS .TP .B -Opeephole