include debugging symbols for PC version
authorDan White <dan@whiteaudio.com>
Sun, 1 Feb 2015 22:06:34 +0000 (16:06 -0600)
committerDan White <dan@whiteaudio.com>
Sun, 1 Feb 2015 22:06:34 +0000 (16:06 -0600)
msp4th/Makefile

index 40c63a1a72f33077fc6644ddf16b158e724dc0af..25025e000fb3d6062ad99ee947b7bb2b939c8f62 100644 (file)
@@ -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