]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge pull request #75 from matthiaskrgr/master
authorWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 10:06:04 +0000 (02:06 -0800)
committerWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 10:06:04 +0000 (02:06 -0800)
mention PKGBUILDs in INSTALL file, fix typo in manpage

1  2 
doc/gmqcc.1

diff --combined doc/gmqcc.1
index b7ad940cfc33492b14f5a7687463febdd46a2072,5902fb42b1ecc3b4fe04b627f2c2f1841decd79c..b621004b7bf76e4d85bdb226f9685fa66b4fe7cd
@@@ -12,7 -12,7 +12,7 @@@ list of QC source files that are to be 
  \fBgmqcc\fR optionally takes options to specify the output and
  input files on the commandline, and also accepts assembly files.
  .SH OPTIONS
- \fBgmqcc\fR mostly tries to mimick gcc's commandline handling, though
+ \fBgmqcc\fR mostly tries to mimic gcc's commandline handling, though
  there are also traditional long-options available.
  .TP
  .B "-h, --help"
@@@ -396,11 -396,6 +396,11 @@@ result. This can reduce the size of th
  This will not have declared variables overlap, even if it was
  possible.
  .TP
 +.B -Oglobal-temps
 +Causes temporary values which do not need to be backed up on a CALL to
 +not be stored in the function's locals-area. With this, a CALL to a
 +function may need to back up fewer values and thus execute faster.
 +.TP
  .B -Ostrip-constant-names
  Don't generate defs for immediate values or even declared constants.
  Meaning variables which are implicitly constant or qualified as such