]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
Add -fdarkplaces-string-table-bug to the default flags
[xonotic/gmqcc.git] / 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() {