Jacek Popławski wrote:
There are many places in code like:

if (R200_DEBUG & DEBUG_PRIMS)

but I don't see how to disable debugging at all from binaries. Should not these
ifs be in:

#ifdef DEBUG

#endif

Have a look at r200_context.h - you can get the same effect by defining DO_DEBUG to zero.


It's not worth the effort though.

Keith



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to