Added pedantic flag

This commit is contained in:
Veit Heller
2014-11-01 13:54:36 +01:00
parent 74bf54bd8b
commit dca23d8a15
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
override CFLAGS+=-Werror -Wall -g -fPIC -O2 -DNDEBUG -std=c99 -ftrapv -Wfloat-equal -Wundef -Wwrite-strings -Wconversion -Wuninitialized
override CFLAGS+=-Werror -Wall -g -fPIC -O2 -DNDEBUG -std=c99 -ftrapv -Wfloat-equal -Wundef -Wwrite-strings -Wconversion -Wuninitialized -pedantic
PREFIX=/usr/bin
BUILDDIR=bin/