From 4087c0785f60d56928e273896095e477023aeed1 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Thu, 4 Oct 2012 10:49:42 -0400 Subject: [PATCH] remove -g see http://comments.gmane.org/gmane.os.contiki.devel/13869 --- cpu/msp430/Makefile.msp430 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/msp430/Makefile.msp430 b/cpu/msp430/Makefile.msp430 index fbe5a1969..e34c1e6cd 100644 --- a/cpu/msp430/Makefile.msp430 +++ b/cpu/msp430/Makefile.msp430 @@ -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