commit 5dd629fd421029831eebeac70f794b1a7a8b5d47 Author: sin <[email protected]> Date: Tue Jun 3 15:33:29 2014 +0100
Remove -pedantic from default config.mk
diff --git a/config.mk b/config.mk
index b380b76..6587d3a 100644
--- a/config.mk
+++ b/config.mk
@@ -9,5 +9,5 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS)
+CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS)
LDFLAGS = -s -lcrypt # -static
