X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=gmqcc.ini.example;h=f7f391396c9d61dc96f0f4e86a388a4294db9799;hp=a12628e5c1fc34c7334ed1880521f5c311a8014b;hb=bbeb2517c0bdf7477124f9a3acda0213ebe36529;hpb=2917d39ef19b9beb889448d161503ec8153823a1 diff --git a/gmqcc.ini.example b/gmqcc.ini.example index a12628e..f7f3913 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -310,6 +310,11 @@ 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