Skip to content

Commit

Permalink
remove -g
Browse files Browse the repository at this point in the history
  • Loading branch information
malvira committed Oct 29, 2012
1 parent 634be8a commit 4087c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/msp430/Makefile.msp430
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4087c07

Please sign in to comment.