boards: spresense: Add strip option to Make.defs
This option is needed to retain symbol tables in elf files Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
af68c22a2e
commit
99c6f96a9c
|
@ -65,7 +65,7 @@ AR = $(ARCROSSDEV)ar rcs
|
|||
NM = $(ARCROSSDEV)nm
|
||||
OBJCOPY = $(CROSSDEV)objcopy
|
||||
OBJDUMP = $(CROSSDEV)objdump
|
||||
STRIP = $(CROSSDEV)strip
|
||||
STRIP = $(CROSSDEV)strip --strip-unneeded
|
||||
|
||||
MKNXFLAT = mknxflat
|
||||
LDNXFLAT = ldnxflat
|
||||
|
|
Loading…
Reference in New Issue