"Joshua D. Drake" <jd(at)commandprompt(dot)com> wrote:
> Is it possible to have a set of probes that would only be enabled
> with say, --enable-debug compile time option?
But we routinely build with that for normal production use so that if
we get a core dump or need to backtrace a problem process, we will get
meaningful results. Please don't create a performance penalty for
compiling with debug info. (We'd probably wind up disabling it....)
-Kevin