]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
counters for -Ocall-stores because we all love numbers
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 65161c225dfb2b64e8b2a1e6f2ce7b196176c5b9..c953b02a0ed047e2ec6cae16aae926c452cdf0af 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1019,6 +1019,7 @@ typedef enum {
 typedef struct {
     uint32_t    O;              /* -Ox           */
     const char *output;         /* -o file       */
+    bool        quiet;          /* -q --quiet    */
     bool        g;              /* -g            */
     opts_std_t  standard;       /* -std=         */
     bool        debug;          /* -debug        */