echoplayer: enable debug symbols by default

This adds debug symbols to rockbox.elf & bootloader.elf to
make debugging with GDB easier. This won't affect code that
runs on the target because debug symbols are stripped from
the final binary.

Change-Id: I9efe207c63e8bd96404213aad96405be27030ae9
This commit is contained in:
Aidan MacDonald 2025-12-19 21:12:27 +00:00
parent 5aa2b339d5
commit 6078b2a6b4

3
tools/configure vendored
View file

@ -4332,6 +4332,9 @@ fi
t_cpu="arm"
t_manufacturer="stm32"
t_model="echoplayer"
# generate debug symbols by default; these will be present in the
# initial '.elf' file but will be stripped from the target binary.
GCCOPTS="-g $GCCOPTS"
;;
280|surfansf28)