From: Wolfgang Bumiller Date: Sun, 3 Feb 2013 18:01:27 +0000 (+0100) Subject: Add -fdarkplaces-string-table-bug to the default flags X-Git-Tag: before-library~165^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=95dd0fcd9fcd2cf35a3192c34e031d29a036b794;p=xonotic%2Fgmqcc.git Add -fdarkplaces-string-table-bug to the default flags --- diff --git a/opts.c b/opts.c index beef91a..1c68a39 100644 --- a/opts.c +++ b/opts.c @@ -67,6 +67,7 @@ static void opts_setdefault() { opts_set(opts.flags, CORRECT_TERNARY, true); opts_set(opts.flags, BAIL_ON_WERROR, true); opts_set(opts.flags, LEGACY_VECTOR_MATHS, true); + opts_set(opts.flags, DARKPLACES_STRING_TABLE_BUG, true); } void opts_backup_non_Wall() {