]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
User supplied math constants take precedence
[xonotic/gmqcc.git] / gmqcc.ini.example
index 474fe3c52dc95a2311abfd9c443ab6937827b679..0a263df6da6631aeabfb159884ee30c3eb2bd093 100644 (file)
     CONST_OVERWRITE = true
 
 
+    #Warn about the use of preprocessor directives inside macros.
+
+    DIRECTIVE_INMACRO = true
+
+
+    #When using a function that is not explicitly defined, the compiler
+    #will search its intrinsics table for something that matches that
+    #function name by appending "__builtin_" to it. This behaviour may
+    #be unexpected, so enabling this will produce a diagnostic when
+    #such a function is resolved to a builtin.
+
+    BUILTINS = true
+
 
 [optimizations]
     #Some general peephole optimizations. For instance the code `a = b