Remove -pedantic from default config.mk

This commit is contained in:
sin 2014-06-03 15:33:29 +01:00
parent e3d7ffa05c
commit 5dd629fd42

View File

@ -9,5 +9,5 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc #CC = musl-gcc
LD = $(CC) LD = $(CC)
CPPFLAGS = -D_GNU_SOURCE CPPFLAGS = -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS) CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS)
LDFLAGS = -s -lcrypt # -static LDFLAGS = -s -lcrypt # -static