1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Build libs with debug symbols

This commit is contained in:
Colin Leroy-Mira
2023-08-26 15:35:28 +02:00
parent 39619b629d
commit a2c115fc3e
+2 -2
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 \