From: Wolfgang Bumiller Date: Mon, 7 Jan 2013 11:58:56 +0000 (+0100) Subject: moving -Olocal-temps to -O4 until the issues are solved X-Git-Tag: before-library~353^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=cbb91c20268bed939c91654c3935bd33055118e7 moving -Olocal-temps to -O4 until the issues are solved --- diff --git a/opts.def b/opts.def index 22e2dab..3c83420 100644 --- a/opts.def +++ b/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)