Remove -pedantic for now

This causes all sorts of warnings including certain system
headers on OpenBSD.  We'll revisit this in the future.
This commit is contained in:
sin 2013-08-06 20:34:07 +01:00
parent 987ec1ef09
commit 353b8a2c0b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ OS = linux
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic $(CPPFLAGS)
CFLAGS = -g -ansi -Wall -Wno-long-long $(CPPFLAGS)
LDFLAGS = -g
#CC = tcc