mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Add -Ooverlap-locals to -O3
This commit is contained in:
parent
88a6437840
commit
eabe23cc24
1 changed files with 1 additions and 0 deletions
1
opts.def
1
opts.def
|
@ -82,6 +82,7 @@
|
|||
GMQCC_DEFINE_FLAG(LOCALTEMPS, 1)
|
||||
GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
|
||||
GMQCC_DEFINE_FLAG(TAIL_CALLS, 2)
|
||||
GMQCC_DEFINE_FLAG(OVERLAP_LOCALS, 3)
|
||||
#endif
|
||||
|
||||
/* some cleanup so we don't have to */
|
||||
|
|
Loading…
Reference in a new issue