artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272d89a
)
remove -g from CFLAGS at florian's request
author
jsg
<jsg@openbsd.org>
Sun, 16 Apr 2017 10:19:54 +0000
(10:19 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 16 Apr 2017 10:19:54 +0000
(10:19 +0000)
usr.bin/htpasswd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/htpasswd/Makefile
b/usr.bin/htpasswd/Makefile
index
e2a3b24
..
634880e
100644
(file)
--- a/
usr.bin/htpasswd/Makefile
+++ b/
usr.bin/htpasswd/Makefile
@@
-1,9
+1,9
@@
-# $OpenBSD: Makefile,v 1.
2 2017/04/16 10:16:35
jsg Exp $
+# $OpenBSD: Makefile,v 1.
3 2017/04/16 10:19:54
jsg Exp $
PROG= htpasswd
SRCS= htpasswd.c
MAN= htpasswd.1
-CFLAGS+= -
g -
W -Wall
+CFLAGS+= -W -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare