mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user