Remove -g from CFLAGS. This was accidentally added with the last commit.
authortobhe <tobhe@openbsd.org>
Thu, 4 Mar 2021 22:27:13 +0000 (22:27 +0000)
committertobhe <tobhe@openbsd.org>
Thu, 4 Mar 2021 22:27:13 +0000 (22:27 +0000)
sbin/iked/Makefile

index d935785..a761155 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2021/03/04 22:20:24 tobhe Exp $
+# $OpenBSD: Makefile,v 1.20 2021/03/04 22:27:13 tobhe Exp $
 
 PROG=          iked
 SRCS=          ca.c chap_ms.c config.c control.c crypto.c dh.c \
@@ -12,7 +12,7 @@ MAN=          iked.conf.5 iked.8
 
 LDADD=         -lutil -levent -lcrypto
 DPADD=         ${LIBUTIL} ${LIBEVENT} ${LIBCRYPTO}
-CFLAGS+=       -Wall -I${.CURDIR} -g
+CFLAGS+=       -Wall -I${.CURDIR}
 CFLAGS+=       -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+=       -Wmissing-declarations
 CFLAGS+=       -Wshadow -Wpointer-arith -Wcast-qual