1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +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

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 \