mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-05 04:37:47 +00:00
Forgot to remove -Werror
This commit is contained in:
parent
7e89af8992
commit
95ffdc283e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user