Forgot to remove -Werror

This commit is contained in:
adamdunkels 2007-11-28 17:17:19 +00:00
parent 7e89af8992
commit 95ffdc283e
1 changed files with 1 additions and 1 deletions

View File

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