X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=gmqcc.ini.example;h=59a27f9a2091476bd7882b41e9bb0984774d7d4f;hb=896d4c53a39c029fb35c861351a0a07868c30f4b;hp=adc6624816f2d1aa8c6a1d92a75a976920909921;hpb=2208136403121ecd81704b026daa371823bb61bb;p=xonotic%2Fgmqcc.git 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