Bug 1093718 - Turn off minification of Fennec JS in Nightly. r=mfinkle

In b2g/installer/Makefile.in, minification is conditional on not being a
debug build.  Seems reasonable to have minified and non-minified builds
regardless of release channel, so I've copied that here.
This commit is contained in:
Nick Alexander 2014-11-04 10:11:00 +01:00
parent 9bb031fe73
commit e4e357c2ff

View File

@ -39,8 +39,12 @@ include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
# after including that file. MOZ_PACKAGER_MINIFY_JS is used in packager.mk, but
# since recipe evaluation is deferred, we can set it here after the inclusion.
ifneq (,$(JS_BINARY))
ifndef MOZ_DEBUG
ifndef NIGHTLY_BUILD
MOZ_PACKAGER_MINIFY_JS=1
endif
endif
endif
ifeq (bundle, $(MOZ_FS_LAYOUT))
BINPATH = $(_BINPATH)