Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux
This commit is contained in:
parent
171c84a9d9
commit
7e89af8992
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LD = gcc
|
||||||
AS = as
|
AS = as
|
||||||
OBJCOPY = objcopy
|
OBJCOPY = objcopy
|
||||||
STRIP = strip
|
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
|
CFLAGS += $(CFLAGSNO) -O
|
||||||
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue