in reply to Re: removing debugging code at compile time ?
in thread removing debugging code at compile time ?
instead of this :debug "text", LVL1 if DEBUG;
it will still prune the debug() call at compile time (if DEBUG is 0, of course), right ?DEBUG and debug "text", LVL1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: removing debugging code at compile time ?
by Joost (Canon) on Jun 01, 2007 at 22:39 UTC |