]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Holy whoops
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 840a6a730fe83065b663ef92875cdb1948ba8fc9..5717fb55c247f8e90df3b5a0a5d5357e89577f0f 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")) {
 
@@ -795,6 +796,7 @@ cleanup:
         mem_d((void*)operators);
 
     lex_cleanup();
-    util_meminfo();
+    stat_info();
+
     return retval;
 }