]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Add -Ooverlap-locals to -O3
authorWolfgang Bumiller <blub@speed.at>
Sun, 23 Dec 2012 15:31:21 +0000 (16:31 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 23 Dec 2012 15:31:21 +0000 (16:31 +0100)
opts.def

index 6fbcfaa105b13c0950d3c235a04281670f208dc3..c1532408eb167454422b68dce621594b3cabf67b 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -82,6 +82,7 @@
     GMQCC_DEFINE_FLAG(LOCALTEMPS,     1)
     GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
     GMQCC_DEFINE_FLAG(TAIL_CALLS,     2)
+    GMQCC_DEFINE_FLAG(OVERLAP_LOCALS, 3)
 #endif
 
 /* some cleanup so we don't have to */