mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
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:
parent
5aa2b339d5
commit
6078b2a6b4
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue