Use 'strip -s' for ELF image

This commit is contained in:
Arun Thomas
2011-07-22 07:52:34 +02:00
parent db5c83c918
commit 159b8f71b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ proto.gen: elfstrip
.PHONY: elfstrip
elfstrip: $(PROGRAMS)
strip $(PROGRAMS)
strip -s $(PROGRAMS)
.endif
.include <minix.service.mk>