From a2c115fc3effb3b7290478c5e01bab7e156eba23 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Sat, 26 Aug 2023 15:35:28 +0200 Subject: [PATCH] Build libs with debug symbols --- libsrc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/Makefile b/libsrc/Makefile index 0873d019f..cf7389d51 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -131,8 +131,8 @@ $(TARGETS): | ../lib else # TARGET -CA65FLAGS = -CC65FLAGS = -Or -W error +CA65FLAGS = -g +CC65FLAGS = -g -Or -W error EXTZP = cbm510 \ cbm610 \