5.2. CEXPR_REDUCE

Format:


          PRAGMA OPT CEXPR_REDUCE { YES | NO | }
        

* YES -- constant expression reduction is performed
NO -- constant expression reduction is no performed

Constant expression reduction looks for operations on two constants that can be evaluated at compile time, saving both time and memory.

nb: disabling this will cause the backend code generators to fail, so only do so if `PRAGMA DEBUG CODEGEN OFF' is specified.