diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-27 15:55:31 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-27 15:55:31 +0000 |
commit | bd17eb5492a989b04b9c8fa7de5928688810f05d (patch) | |
tree | a95c380e3f714b33bec158f4fd0fc78a4fa7b3e3 /kerberosV | |
parent | a9a2370172319b547a7a5443459077c668291d1e (diff) |
er, don't compile and link kerberosV with -g
Diffstat (limited to 'kerberosV')
-rw-r--r-- | kerberosV/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kerberosV/Makefile.inc b/kerberosV/Makefile.inc index 3147f878001..3160d17b529 100644 --- a/kerberosV/Makefile.inc +++ b/kerberosV/Makefile.inc @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.3 2001/06/27 15:22:40 hin Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2001/06/27 15:55:30 hin Exp $ -CFLAGS+= -g -Wall -LDFLAGS+= -g +CFLAGS+= -Wall KRB5DIR = ${.CURDIR}/${KRBDEPTH} KRB5SRC = ${.CURDIR}/${KRBDEPTH}/src |