Frank Schönheit - Sun Microsystems Germany wrote:
[...]
(yes, there's a certain OSL_DEBUG_LEVEL which matches to DBG_UTIL, but I
never can remeber this unintuitive setting: Does DBG_UTIL mean
OSL_DEBUG_LEVEL = 2? Or does debug=1 imply this, and DBG_UTIL is just
adding one more? Don't know ...)

Since those various defines confuse me too I did a small table the other day (SRC680, m100-and-something):

unxlngi6 (non-product):
 -DOPTIMIZE
 -DOSL_DEBUG_LEVEL=1
 -DDBG_UTIL
 -D_STL_DEBUG

unxlngi6 (non-product), debug=x:
 -DDEBUG
 -DOSL_DEBUG_LEVEL=2
 -DDBG_UTIL
 -D_STL_DEBUG

unxlngi6.pro:
 -DOPTIMIZE
 -DOSL_DEBUG_LEVEL=0
 -DNDEBUG
 -DPRODUCT
 -DPRODUCT_FULL

unxlngi6.pro, debug=x:
 -DDEBUG
 -DOSL_DEBUG_LEVEL=2
 -DNDEBUG
 -DPRODUCT
 -DPRODUCT_FULL

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to