mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
c452a67243
commit
387bcd85f3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user