From 2adf864f4f5d18fe6c7c901054d3c368615217cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Fri, 20 Jan 2017 23:17:35 +0100 Subject: [PATCH] Debugging symbols by default. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 474cd42..fcc95a1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ LIB_STATIC=librk65c02.a LDFLAGS_SO=-shared LDFLAGS_CLI=-lreadline -CFLAGS=-Wall -fpic +CFLAGS=-Wall -fpic -g 65C02ISA=65c02isa