]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
moving -Olocal-temps to -O4 until the issues are solved
authorWolfgang Bumiller <blub@speed.at>
Mon, 7 Jan 2013 11:58:56 +0000 (12:58 +0100)
committerWolfgang Bumiller <blub@speed.at>
Mon, 7 Jan 2013 11:58:56 +0000 (12:58 +0100)
opts.def

index 22e2dab4b984c912d7dfb7805e5b21a8f30d8a1c..3c83420f787145d23f727aa638901b7e0626e192 100644 (file)
--- 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)