sklose / NCalc2

expression evaluator for .NET with built-in compiler
MIT License
166 stars 58 forks source link

Remove TRACE constant defined by default in Release mode #70

Closed Bykiev closed 2 years ago

Bykiev commented 2 years ago

The performance issue with TRACE constant was already discussed in ncalc project here: https://github.com/ncalc/ncalc/issues/51 This constant should be defined only in Debug mode, no need for Release configuration.