diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-07 15:37:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-07 15:37:51 +0000 |
commit | 846a59de5c9b5b04407a7b234cb1c8111f0e7e59 (patch) | |
tree | 17c86e11002d600f46ac07b05cdbe6ed36880f28 /lib/libGLU/Makefile | |
parent | 368bbd464a22291024d6866919e3f2677a20fe6a (diff) |
Don't include debugging symbols.
Diffstat (limited to 'lib/libGLU/Makefile')
-rw-r--r-- | lib/libGLU/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libGLU/Makefile b/lib/libGLU/Makefile index 044998ea1..c5943dc03 100644 --- a/lib/libGLU/Makefile +++ b/lib/libGLU/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2007/04/04 22:33:46 david Exp $ +# $OpenBSD: Makefile,v 1.6 2007/04/07 15:37:50 matthieu Exp $ .include <bsd.own.mk> USE_GCC3?=No +DEBUG?= LIB= GLU |