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