aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-10 04:50:42 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-01-10 05:36:43 +0100
commit12904a109514fcb9c02ceb2f1cf1e8abce4c936a (patch)
treecacfb09632d762215e0135e16f72399996e2d038 /src/Makefile
parentwg: error on short ret reads (diff)
downloadwireguard-tools-12904a109514fcb9c02ceb2f1cf1e8abce4c936a.tar.xz
wireguard-tools-12904a109514fcb9c02ceb2f1cf1e8abce4c936a.zip
wg: ipc: read from socket incrementally
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index fee7951..6502c3d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -33,7 +33,7 @@ endif
CFLAGS ?= -O3
CFLAGS += -std=gnu11
-CFLAGS += -pedantic -Wall -Wextra
+CFLAGS += -Wall -Wextra
CFLAGS += -MMD -MP
CFLAGS += -DRUNSTATEDIR="\"$(RUNSTATEDIR)\""
LDLIBS += -lresolv