From: Michael Stapelberg Date: Wed, 4 Oct 2017 16:22:29 +0000 (+0200) Subject: Compile with -g X-Git-Tag: rgb2rv17~14^2~3 X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=commitdiff_plain;h=1ecf4cf0ec57b800c0cdf43554734a22c182d848 Compile with -g --- diff --git a/Makefile b/Makefile index 0b56ad0..bc83ef6 100644 --- 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