From 04c6f224e740b6a117a2fe3833fd7fecd653a26b Mon Sep 17 00:00:00 2001 From: Dan White Date: Sun, 1 Feb 2015 16:06:34 -0600 Subject: [PATCH] include debugging symbols for PC version --- msp4th/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1