зеркало из https://github.com/mozilla/gecko-dev.git
strip installer binary unless MOZ_DEBUG is set. bug 241530, r=cls
This commit is contained in:
Родитель
ad2648a70e
Коммит
3be018dd44
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче