mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
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
|
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 New Issue
Block a user