]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Make ** RIGHT associative
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 206688f4af0f87605d0b71b87c88094e783ef660..2cc0864126451a10d4d13b7fa6328ca654c2f0e6 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1192,6 +1192,7 @@ typedef struct {
     uint32_t     warn_backup  [1 + (COUNT_WARNINGS      / 32)];
     uint32_t     werror_backup[1 + (COUNT_WARNINGS      / 32)];
     uint32_t     optimization [1 + (COUNT_OPTIMIZATIONS / 32)];
+    bool         optimizeoff; /* True when -O0 */
 } opts_cmd_t;
 
 extern opts_cmd_t opts;