summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-05 13:31:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-09-05 13:31:43 +0000
commitb5ca52879fd538fd7297c5c2e4b783eeb09d1a20 (patch)
treea6d2e7ea4193d8f882a35549458ad168554ea3a0 /usr.sbin
parentb738664fb0fe67457c9a8046f7cc1239201ac0b2 (diff)
We do not compile things -g by default
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acme-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/Makefile b/usr.sbin/acme-client/Makefile
index 5df53d61b55..73af613eb46 100644
--- a/usr.sbin/acme-client/Makefile
+++ b/usr.sbin/acme-client/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2016/09/01 00:21:36 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2016/09/05 13:31:42 deraadt Exp $
PROG= acme-client
SRCS= acctproc.c base64.c certproc.c chngproc.c dbg.c dnsproc.c
SRCS+= fileproc.c http.c jsmn.c json.c keyproc.c main.c netproc.c
@@ -8,7 +8,7 @@ MAN= acme-client.1
LDADD= -ltls -lssl -lcrypto
DPADD= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
-CFLAGS+= -g -W -Wall
+CFLAGS+= -W -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith