mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 03:30:01 +00:00
parent
634be8a711
commit
4087c0785f
@ -143,7 +143,7 @@ ifndef CC_MCU
|
||||
endif
|
||||
|
||||
ifndef CFLAGSNO
|
||||
CFLAGSNO = -Wall -mmcu=$(CC_MCU) -g $(CFLAGSWERROR)
|
||||
CFLAGSNO = -Wall -mmcu=$(CC_MCU) $(CFLAGSWERROR)
|
||||
endif
|
||||
CFLAGS += -Os -fno-strict-aliasing
|
||||
LDFLAGS += -mmcu=$(CC_MCU) -Wl,-Map=contiki-$(TARGET).map
|
||||
|
Loading…
Reference in New Issue
Block a user