]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Pushing the -fexpressions-for-builtins stuff and the modff for catching fractional...
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 60780efe1cb5db4eeb6455c24ad55e161f5194f0..498386cc0129e7b578fc59fcd6aee95280114e47 100644 (file)
--- a/main.c
+++ b/main.c
@@ -173,6 +173,7 @@ static bool options_parse(int argc, char **argv) {
                     opts_set(opts.flags, INITIALIZED_NONCONSTANTS,      true);
                     opts_set(opts.werror, WARN_INVALID_PARAMETER_COUNT, true);
                     opts_set(opts.werror, WARN_MISSING_RETURN_VALUES,   true);
+                    opts_set(opts.flags,  EXPRESSIONS_FOR_BUILTINS,     true);
 
 
                     OPTS_OPTION_U32(OPTION_STANDARD) = COMPILER_GMQCC;