mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 18:30:52 +00:00
manpage: -Oglobal-temps
This commit is contained in:
parent
d4483bfda6
commit
3f8f2b3f48
1 changed files with 5 additions and 0 deletions
|
@ -396,6 +396,11 @@ result. This can reduce the size of the global section.
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue