Skip to content

Commit 59e1d40

Browse files
committed
Disable -Werror, it's a debugging tool.
Related to #1
1 parent b832cc4 commit 59e1d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LDADD += -lreadline -lcurses
99
BINDIR ?= /usr/local/bin
1010
MANDIR ?= /usr/local/man/man
1111

12-
CFLAGS += -Wall -Werror -DHAVE_PLEDGE -DHAVE_UNVEIL
12+
CFLAGS += -Wall -DHAVE_PLEDGE -DHAVE_UNVEIL
1313

1414
# debugging helpers
1515
.PHONY: srv tcpdump test test2

0 commit comments

Comments
 (0)