mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
moving -Ocall-stores to -O4 until the vehicle issue is solved
This commit is contained in:
parent
d5ba5a6e6a
commit
3c8ce7c866
1 changed files with 1 additions and 1 deletions
2
opts.def
2
opts.def
|
@ -99,7 +99,7 @@
|
|||
GMQCC_DEFINE_FLAG(OVERLAP_LOCALS, 3)
|
||||
GMQCC_DEFINE_FLAG(STRIP_CONSTANT_NAMES, 1)
|
||||
GMQCC_DEFINE_FLAG(OVERLAP_STRINGS, 2)
|
||||
GMQCC_DEFINE_FLAG(CALL_STORES, 1)
|
||||
GMQCC_DEFINE_FLAG(CALL_STORES, 4)
|
||||
GMQCC_DEFINE_FLAG(VOID_RETURN, 1)
|
||||
GMQCC_DEFINE_FLAG(VECTOR_COMPONENTS, 1)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue