From: Wolfgang Bumiller Date: Mon, 7 Jan 2013 19:27:50 +0000 (+0100) Subject: Seems like there's still a problem with it - -Olocal-temps back up to -O4 X-Git-Tag: before-library~346 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4c05230cb32ad5b9699c14151d72bac529ae26e2;p=xonotic%2Fgmqcc.git Seems like there's still a problem with it - -Olocal-temps back up to -O4 --- 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)