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
Родитель ad2648a70e
Коммит 3be018dd44
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 \