Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux
This commit is contained in:
parent
171c84a9d9
commit
7e89af8992
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue