mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Merge pull request #2170 from colinleroy/build-libs-with-debug-info
Build libs with debug symbols
This commit is contained in:
commit
d70c902a02
@ -131,8 +131,8 @@ $(TARGETS): | ../lib
|
||||
|
||||
else # TARGET
|
||||
|
||||
CA65FLAGS =
|
||||
CC65FLAGS = -Or -W error
|
||||
CA65FLAGS = -g
|
||||
CC65FLAGS = -g -Or -W error
|
||||
|
||||
EXTZP = cbm510 \
|
||||
cbm610 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user