remove -g to get it to compile with mspgcc LTS

This commit is contained in:
matthias.ringwald 2012-07-24 09:58:23 +00:00
parent 97fdcd42fb
commit d4d72cf99a

View File

@ -9,7 +9,7 @@ BTSTACK_ROOT = ../..
MCU = msp430bt5190
CC = msp430-gcc
CFLAGS = -mmcu=${MCU} -g -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
CFLAGS = -mmcu=${MCU} -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
LDFLAGS = -mmcu=${MCU}
CORE = \