
12 Jan
2008
12 Jan
'08
3:16 a.m.
I suggest keep the debug option - #undef DEBUG.
DEBUG is not defined by default, so this statement is redundant at best, harmful in some cases (when you try to enable debug globally).
Sometimes, if we need debug, it is easy to open the debug mode with the switch.
But you don't need the #undef DEBUG for that.
Ok. Let us remove them.
Regards, Dave