]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
Arithmetic exception flag and a plethora of tests.
[xonotic/gmqcc.git] / gmqcc.ini.example
index a12628e5c1fc34c7334ed1880521f5c311a8014b..f7f391396c9d61dc96f0f4e86a388a4294db9799 100644 (file)
     SORT_OPERANDS = 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