gallium: recognize DEBUG as well as DBG for debugging

This commit is contained in:
Keith Whitwell
2008-10-28 16:28:56 +00:00
parent 97e63437dc
commit 52e6fbb655
+1 -1
View File
@@ -49,7 +49,7 @@ extern "C" {
#endif
#ifdef DBG
#if defined(DBG) || defined(DEBUG)
#ifndef DEBUG
#define DEBUG 1
#endif