strip installer binary unless MOZ_DEBUG is set. bug 241530, r=cls

This commit is contained in:
leaf%mozilla.org 2004-04-24 01:48:34 +00:00
parent ad2648a70e
commit 3be018dd44

View File

@ -44,6 +44,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifndef MOZ_DEBUG
ENABLE_STRIP = 1
endif
PROGRAM = mozilla-installer-bin
REQUIRES = xpcom \
jar \