glu: Avoid defining conflicting DEBUG NDEBUG macros.

This commit is contained in:
José Fonseca 2011-08-29 14:18:26 +01:00
parent 15465949e0
commit 0b263aeb8b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ env.Prepend(CPPPATH = [
])
env.Prepend(CPPDEFINES = [
'NDEBUG',
'LIBRARYBUILD',
'RESOLVE_3D_TEXTURE_SUPPORT',
])