]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
Merge branch 'arithmetic_exceptions' into cooking
[xonotic/gmqcc.git] / gmqcc.ini.example
index f7f391396c9d61dc96f0f4e86a388a4294db9799..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