On Sunday 29 June 2003 07:51 am, 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:

Just:

#define R200_DEBUG 0
#define DEBUG_PRIMS 0

The compiler should optimize out the dead code.



-------------------------------------------------------
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