From: Wolfgang Bumiller Date: Fri, 25 Jan 2013 15:03:16 +0000 (+0100) Subject: moving -Ocall-stores to -O4 until the vehicle issue is solved X-Git-Tag: before-library~222^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=3c8ce7c86655787a7fee1efac64979d4c2bcd5ab moving -Ocall-stores to -O4 until the vehicle issue is solved --- diff --git a/opts.def b/opts.def index bde5e48..dc6869e 100644 --- a/opts.def +++ b/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