mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Added -Werror to turn compiler warnings into errors to ensure that code always compile without warnings
This commit is contained in:
parent
7fd1eca954
commit
4ce9b8a33b
@ -8,7 +8,7 @@ LD = gcc
|
||||
AS = as
|
||||
OBJCOPY = objcopy
|
||||
STRIP = strip
|
||||
CFLAGSNO = -Wall -g -I/usr/local/include
|
||||
CFLAGSNO = -Wall -Werror -g -I/usr/local/include
|
||||
CFLAGS += $(CFLAGSNO) -O
|
||||
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user