strip the installer binary unless debug is specified with configure. bug 241530

r=cls, a=chofmann


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@155516 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org
2004-04-26 01:53:10 +00:00
parent 9130774bd8
commit dfdcd14b17

View File

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