From: José Fonseca Date: Mon, 29 Aug 2011 13:18:26 +0000 (+0100) Subject: glu: Avoid defining conflicting DEBUG NDEBUG macros. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b263aeb8b82d5be1ba9210e06f7eaa7d1cf63bf;p=mesa.git glu: Avoid defining conflicting DEBUG NDEBUG macros. --- diff --git a/src/glu/sgi/SConscript b/src/glu/sgi/SConscript index a0c6c65849f..94c74267fd2 100644 --- a/src/glu/sgi/SConscript +++ b/src/glu/sgi/SConscript @@ -11,7 +11,6 @@ env.Prepend(CPPPATH = [ ]) env.Prepend(CPPDEFINES = [ - 'NDEBUG', 'LIBRARYBUILD', 'RESOLVE_3D_TEXTURE_SUPPORT', ])