mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Disable enhanced diagnostics as they're too slow.
This commit is contained in:
parent
793547a132
commit
ec4cd0d258
1 changed files with 1 additions and 1 deletions
2
opts.c
2
opts.c
|
@ -65,7 +65,7 @@ static void opts_setdefault() {
|
|||
opts_set(opts.flags, FTEPP_PREDEFS, false);
|
||||
opts_set(opts.flags, CORRECT_TERNARY, true);
|
||||
opts_set(opts.flags, BAIL_ON_WERROR, true);
|
||||
opts_set(opts.flags, ENHANCED_DIAGNOSTICS, true);
|
||||
opts_set(opts.flags, ENHANCED_DIAGNOSTICS, false);
|
||||
}
|
||||
|
||||
void opts_init(const char *output, int standard, size_t arraysize) {
|
||||
|
|
Loading…
Reference in a new issue