Remove -pedantic from default config.mk

This commit is contained in:
sin 2014-06-03 15:33:29 +01:00
parent e3d7ffa05c
commit 5dd629fd42
1 changed files with 1 additions and 1 deletions

View File

@ -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