From: tobhe Date: Thu, 4 Mar 2021 22:27:13 +0000 (+0000) Subject: Remove -g from CFLAGS. This was accidentally added with the last commit. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6e01e20a244294f0e05c2bddf035164404e6123d;p=openbsd Remove -g from CFLAGS. This was accidentally added with the last commit. --- 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