gmqcc.ini.example: VECTOR_COMPONENTS

This commit is contained in:
Wolfgang Bumiller 2012-12-29 15:13:28 +01:00
parent 3d67b29a7b
commit fda4f4d027

View file

@ -232,3 +232,7 @@
# Do not create a RETURN instruction at the end functions of return-type void.
VOID_RETURN = true
# Turn extraction-multiplications such as (a_vector * '0 1 0')
# into direct component accesses
VECTOR_COMPONENTS = true