On 10/09/2011 18:14, Mark Morgan Lloyd wrote:
Martin wrote:

Ideally compile the IDE with the following defines (will cause a lot of console/log output): DBG_VERBOSE DBGMI_QUEUE_DEBUG

Working on it. I presume that's something like make DBG_VERBOSE=1 DBGMI_QUEUE_DEBUG=1 bigide
They must be passed to fpc as -dDBG_VERBOSE  -dDBGMI_QUEUE_DEBUG


so more like make bigide OPTS="-dDBG_VERBOSE  -dDBGMI_QUEUE_DEBUG"

or maybe just OPT=


I always compile via the tools menu, so I don't know for sure

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to