Makefile: Include debug symbols in the .elf
Signed-off-by: Sergey Alirzaev <zl29ah@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
b513d085a5
commit
c19d1fbb59
@@ -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* )
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user