]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.def
-Ocall-stores as part of -O1: instead of having CALL instructions issue STOREs for...
[xonotic/gmqcc.git] / opts.def
index f39336a8cae13107b57107cb2bb03cd12c7a6aac..3fbe1041e339b829205093a4877f49449e7e0929 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -86,6 +86,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)
 #endif
 
 /* some cleanup so we don't have to */