Merge pull request #2170 from colinleroy/build-libs-with-debug-info

Build libs with debug symbols
This commit is contained in:
Bob Andrews 2023-09-01 17:58:17 +02:00 committed by GitHub
commit d70c902a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ $(TARGETS): | ../lib
else # TARGET
CA65FLAGS =
CC65FLAGS = -Or -W error
CA65FLAGS = -g
CC65FLAGS = -g -Or -W error
EXTZP = cbm510 \
cbm610 \