Merge pull request #10 from malvira/fix-msp430
remove -g (request for comments)
This commit is contained in:
commit
d6c2bb720d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue