Makefile: Include debug symbols in the .elf

Signed-off-by: Sergey Alirzaev <zl29ah@gmail.com>
This commit is contained in:
Sergey Alirzaev
2021-05-19 19:35:13 +03:00
committed by KevinOConnor
parent b513d085a5
commit c19d1fbb59
2 changed files with 4 additions and 2 deletions

View File

@@ -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* )
}
}