]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
-dump option, by default the IR is not dumped anymore
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 7fdd7bb31ef475fd81500155dfad75ae1db26c6c..4487bd9392764bbecc9eac508fc676c3b8cff834 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -970,6 +970,7 @@ extern const char *opts_output; /* -o file */
 extern int         opts_standard;
 extern bool        opts_debug;
 extern bool        opts_memchk;
+extern bool        opts_dump;
 
 /*===================================================================*/
 #define OPTS_FLAG(i) (!! (opts_flags[(i)/32] & (1<< ((i)%32))))