Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux

This commit is contained in:
adamdunkels 2007-11-28 17:15:15 +00:00
parent 171c84a9d9
commit 7e89af8992

View file

@ -8,7 +8,7 @@ LD = gcc
AS = as
OBJCOPY = objcopy
STRIP = strip
CFLAGSNO = -pedantic -std=c99 -Wall -Werror -g -I/usr/local/include
CFLAGSNO = -Wall -Werror -g -I/usr/local/include #-pedantic -std=c99
CFLAGS += $(CFLAGSNO) -O
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic