mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
So it wasn't _reall_ the optimization... it just made it easier. -Olocal-temps -> -O3
This commit is contained in:
parent
a76ae11241
commit
7d4340469e
1 changed files with 1 additions and 1 deletions
2
opts.def
2
opts.def
|
@ -91,7 +91,7 @@
|
|||
|
||||
#ifdef GMQCC_TYPE_OPTIMIZATIONS
|
||||
GMQCC_DEFINE_FLAG(PEEPHOLE, 1)
|
||||
GMQCC_DEFINE_FLAG(LOCAL_TEMPS, 4)
|
||||
GMQCC_DEFINE_FLAG(LOCAL_TEMPS, 3)
|
||||
GMQCC_DEFINE_FLAG(GLOBAL_TEMPS, 3)
|
||||
GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
|
||||
GMQCC_DEFINE_FLAG(TAIL_CALLS, 2)
|
||||
|
|
Loading…
Reference in a new issue