From dfdcd14b17a2fb2d0fd533fd05650fc2b2840363 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Mon, 26 Apr 2004 01:53:10 +0000 Subject: [PATCH] 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 --- mozilla/xpinstall/wizard/unix/src2/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/xpinstall/wizard/unix/src2/Makefile.in b/mozilla/xpinstall/wizard/unix/src2/Makefile.in index 84080975021..8c2e5576be5 100644 --- a/mozilla/xpinstall/wizard/unix/src2/Makefile.in +++ b/mozilla/xpinstall/wizard/unix/src2/Makefile.in @@ -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 \