Bug 1232887 - "make package MOZ_PKG_PRETTYNAMES=1" is busted. r=glandium

This commit is contained in:
Rail Aliiev 2015-12-15 23:23:18 -05:00
parent c2ead6a5d4
commit 7744523519

View File

@ -16,6 +16,7 @@ import os
import sys
import time
from mozbuild.util import ensureParentDir
from mozpack.files import FileFinder
from mozpack.mozjar import JarWriter
import mozpack.path as mozpath
@ -316,6 +317,7 @@ def main(argv):
file_count = 0
t_start = time.time()
ensureParentDir(args.outputfile)
with open(args.outputfile, 'wb') as fh:
# Experimentation revealed that level 5 is significantly faster and has
# marginally larger sizes than higher values and is the sweet spot