]> git.sur5r.net Git - c128-kasse/commitdiff
Compile with -g
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:22:29 +0000 (18:22 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:22:29 +0000 (18:22 +0200)
Makefile

index 0b56ad0ecfc3c7bbc74e67ceadf0d60ca97ff861..bc83ef6a022a8082cd0f0064fba91046174aa881 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ AS=ca65
 LD=cl65
 INCLUDES:=$(wildcard include/*.h) include/version.h
 GV:=$(shell git describe --tags --always)
-CFLAGS= -I include -t c128
+CFLAGS= -I include -t c128 -g
 
 .PHONY: include/version.h clean dist-clean format