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:
Masayuki Ishikawa 2020-02-05 10:58:19 +09:00 committed by Alin Jerpelea
parent af68c22a2e
commit 99c6f96a9c
1 changed files with 1 additions and 1 deletions

View File

@ -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