]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Add -fdarkplaces-string-table-bug to the default flags
authorWolfgang Bumiller <blub@speed.at>
Sun, 3 Feb 2013 18:01:27 +0000 (19:01 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 3 Feb 2013 18:01:27 +0000 (19:01 +0100)
opts.c

diff --git a/opts.c b/opts.c
index beef91aeb7d9a5dfb401fcfbd35047b29482ba92..1c68a39a8d7dbcfd96c54bbb527eb946ea56d684 100644 (file)
--- 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() {