mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-18 08:22:13 +00:00
Add -fdarkplaces-string-table-bug to the default flags
This commit is contained in:
parent
3c8ce7c866
commit
95dd0fcd9f
1 changed files with 1 additions and 0 deletions
1
opts.c
1
opts.c
|
@ -67,6 +67,7 @@ static void opts_setdefault() {
|
||||||
opts_set(opts.flags, CORRECT_TERNARY, true);
|
opts_set(opts.flags, CORRECT_TERNARY, true);
|
||||||
opts_set(opts.flags, BAIL_ON_WERROR, true);
|
opts_set(opts.flags, BAIL_ON_WERROR, true);
|
||||||
opts_set(opts.flags, LEGACY_VECTOR_MATHS, true);
|
opts_set(opts.flags, LEGACY_VECTOR_MATHS, true);
|
||||||
|
opts_set(opts.flags, DARKPLACES_STRING_TABLE_BUG, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void opts_backup_non_Wall() {
|
void opts_backup_non_Wall() {
|
||||||
|
|
Loading…
Reference in a new issue