Use -std=c99 and -pedantic in default config.mk

This commit is contained in:
sin 2014-06-03 12:34:52 +01:00
parent da215823a3
commit 604b5de69d
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 = -Wall -Wextra $(CPPFLAGS)
CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS)
LDFLAGS = -s -lcrypt # -static