From: Dan White Date: Sun, 1 Feb 2015 22:06:34 +0000 (-0600) Subject: include debugging symbols for PC version X-Git-Tag: cheetah~2 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=04c6f224e740b6a117a2fe3833fd7fecd653a26b;p=430.git include debugging symbols for PC version --- diff --git a/msp4th/Makefile b/msp4th/Makefile index 40c63a1..25025e0 100644 --- a/msp4th/Makefile +++ b/msp4th/Makefile @@ -134,7 +134,7 @@ bootrom.rcf: $(SOURCES) flashboot.s ../ihex2rcf.py --width=16 --start=0x3000 --length=0x1000 --default=0x0000 main.hex > $@ _pc4th: test4th.c msp4th.c msp4th.h - gcc -Wall -o _pc4th test4th.c msp4th.c + gcc -g -Wall -o _pc4th test4th.c msp4th.c .PHONY: flash flash: $(TARGET).hex