Removing -std=c90, which was just used to make sure things stayed portable

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-22 11:49:46 +02:00
parent 426cab1f24
commit fd835931af

View file

@ -1,5 +1,5 @@
CC ?= clang
CFLAGS += -Wall -I. -pedantic-errors -std=c90
CFLAGS += -Wall -I. -pedantic-errors
#turn on tons of warnings if clang is present
ifeq ($(CC), clang)