]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Guart statistics by option.
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 840a6a730fe83065b663ef92875cdb1948ba8fc9..4eb5eb31f29a556b09c788c183141e1577707af2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -173,6 +173,7 @@ static bool options_parse(int argc, char **argv) {
 
 
                     OPTS_OPTION_U32(OPTION_STANDARD) = COMPILER_GMQCC;
+                    OPTS_OPTION_BOOL(OPTION_STATISTICS) = true;
 
                 } else if (!strcmp(argarg, "qcc")) {