From 6e01e20a244294f0e05c2bddf035164404e6123d Mon Sep 17 00:00:00 2001 From: tobhe Date: Thu, 4 Mar 2021 22:27:13 +0000 Subject: [PATCH] Remove -g from CFLAGS. This was accidentally added with the last commit. --- sbin/iked/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile index d9357857a2e..a761155da50 100644 --- a/sbin/iked/Makefile +++ b/sbin/iked/Makefile @@ -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 -- 2.20.1