mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
Seems like there's still a problem with it - -Olocal-temps back up to -O4
This commit is contained in:
parent
3f3ed9b6f0
commit
4c05230cb3
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, 3)
|
||||
GMQCC_DEFINE_FLAG(LOCAL_TEMPS, 4)
|
||||
GMQCC_DEFINE_FLAG(GLOBAL_TEMPS, 3)
|
||||
GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
|
||||
GMQCC_DEFINE_FLAG(TAIL_CALLS, 2)
|
||||
|
|
Loading…
Reference in a new issue