X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=gmqcc.ini.example;h=59a27f9a2091476bd7882b41e9bb0984774d7d4f;hp=adc6624816f2d1aa8c6a1d92a75a976920909921;hb=7e0e041527e812a112635fe511fb1ad566b6c7fe;hpb=2208136403121ecd81704b026daa371823bb61bb diff --git a/gmqcc.ini.example b/gmqcc.ini.example index adc6624..59a27f9 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -341,6 +341,11 @@ #exception. ARITHMETIC_EXCEPTIONS = false + #Split vector-literals which are only used dirctly as function parameters + #into 3 floats stored separately to reduce the number of globals at the + #expense of additional instructions. + SPLIT_VECTOR_PARAMETERS = false + [warnings] #Generate a warning about variables which are declared but never #used. This can be avoided by adding the ‘noref’ keyword in front