mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-07 07:17:45 -07:00
Makefile: Include debug symbols in the .elf
Signed-off-by: Sergey Alirzaev <zl29ah@gmail.com>
This commit is contained in:
parent
b513d085a5
commit
c19d1fbb59
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,9 @@ SECTIONS
|
|||
{
|
||||
/* binutils on the PRU doesn't support --gc-sections so manually
|
||||
* discard the .compile_time_request section */
|
||||
/* and GDB extended debugging information */
|
||||
/DISCARD/ : {
|
||||
*( .compile_time_request )
|
||||
*( .gnu.debug* )
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue