Alexander Nedotsukov wrote:
Thomas Zander wrote:
[ ... ]
Is there an elegant solution to circumvent this and undefine WITH_DEBUG?
I think you need to add DEBUG_FLAGS="-g -O2 -fomit-frame-pointer".
On some platforms, you'll need to get rid of -fomit-frame-pointer to have usable stack frames in the output executable for the debugger to use. Depending on the code and the bug in question, it might be easier to see what's going on using only "-g" or "-g -O"...
-- -Chuck _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"