[bild] strip the binary when installing

This commit is contained in:
Joe Thornber 2014-08-28 11:06:16 +01:00
parent 3cafc0d6e8
commit 5a45f5ac95

View File

@ -106,7 +106,7 @@ MANPATH:=$(DATADIR)/man
vpath %.cc $(TOP_DIR)
INSTALL_DIR = $(INSTALL) -m 755 -d
INSTALL_PROGRAM = $(INSTALL) -m 755
INSTALL_PROGRAM = $(INSTALL) -m 755 -s
INSTALL_DATA = $(INSTALL) -p -m 644
ifeq ("@TESTING@", "yes")