diff options
author | José Fonseca <[email protected]> | 2011-08-29 14:18:26 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-08-30 09:42:01 +0100 |
commit | 0b263aeb8b82d5be1ba9210e06f7eaa7d1cf63bf (patch) | |
tree | 7c292bb3e8ce92e732db8150752dcadfec7022f0 /src/glu | |
parent | 15465949e0e419d4719d84eb0220c4bb56a408db (diff) |
glu: Avoid defining conflicting DEBUG NDEBUG macros.
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/sgi/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
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', ]) |