]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
For now I'll just disable this
[xonotic/gmqcc.git] / gmqcc.ini.example
index a12628e5c1fc34c7334ed1880521f5c311a8014b..ceacf289c3fd606f43c9532171c9161fa8d464b4 100644 (file)
     SORT_OPERANDS = false
 
 
+    #Emulate OP_STATE operations in code rather than using the instruction.
+    #The desired fps can be set via -state-fps=NUM, defaults to 10.
+
+    EMULATE_STATE = false
+
+
+    #Turn on arithmetic exception tests in the compiler. In constant expressions
+    #which trigger exceptions like division by zero, overflow, underflow, etc,
+    #the following flag will produce diagnostics for what triggered that
+    #exception.
+    ARITHMETIC_EXCEPTIONS = false
 
 [warnings]
     #Generate a warning about variables which are declared but never