Skip to content

Commit

Permalink
Makefile: OBJCOPY should strip-unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
holyangel committed Oct 1, 2018
1 parent 364ba9b commit 753db96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ CPP = $(CPP_TRIPLE) -E -flto
AR = $(LLVM_TRIPLE)ar
NM = $(CROSS_COMPILE)nm
STRIP = $(CROSS_COMPILE)strip
OBJCOPY = $(CROSS_COMPILE)objcopy -g --strip-debug
OBJCOPY = $(CROSS_COMPILE)objcopy -g --strip-debug --strip-unneeded
OBJDUMP = $(LLVM_TRIPLE)objdump -arch=armv7-a -arch-name=arm -mcpu=krait
AWK = awk
GENKSYMS = scripts/genksyms/genksyms
Expand Down

0 comments on commit 753db96

Please sign in to comment.