1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00

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

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 \