mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Disable statistics that are irrelevant to QuakeC coders
This commit is contained in:
parent
b10a2d1fd5
commit
b654594adb
1 changed files with 0 additions and 2 deletions
2
main.c
2
main.c
|
@ -177,7 +177,6 @@ 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")) {
|
||||
|
||||
|
@ -197,7 +196,6 @@ static bool options_parse(int argc, char **argv) {
|
|||
opts_set(opts.warn, WARN_BREAKDEF, true);
|
||||
|
||||
OPTS_OPTION_U32(OPTION_STANDARD) = COMPILER_FTEQCC;
|
||||
OPTS_OPTION_BOOL(OPTION_STATISTICS) = true;
|
||||
|
||||
} else if (!strcmp(argarg, "qccx")) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue