
11 Jan
2008
11 Jan
'08
4:05 p.m.
Liu Dave wrote:
I suggest keep the debug option - #undef DEBUG.
Sometimes, if we need debug, it is easy to open the debug mode with the switch.
I don't see how. The "#undef DEBUG" will override any #define DEBUG or -DDEBUG that you specify. The "#undef DEBUG" makes it impossible to use the debug() call or anything else like it.
--
Timur Tabi
Linux kernel developer at Freescale