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 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ extern "C" {
#endif
#ifdef DBG
#if defined(DBG) || defined(DEBUG)
#ifndef DEBUG
#define DEBUG 1
#endif