зеркало из https://github.com/mozilla/pjs.git
Bug 118455 libjar performance (uncompressed JAR entries) p=Roland.Mainz@informatik.med.uni-giessen.de r=cls sr=bz
This commit is contained in:
Родитель
4deb792c6e
Коммит
ac7e1621ca
|
@ -67,7 +67,10 @@ if ("$fileformat" ne "jar" &&
|
|||
|
||||
my $zipmoveopt = "";
|
||||
if ("$fileformat" eq "jar") {
|
||||
$zipmoveopt = "-m";
|
||||
$zipmoveopt = "-m -0";
|
||||
}
|
||||
if ("$fileformat" eq "both") {
|
||||
$zipmoveopt = "-0";
|
||||
}
|
||||
|
||||
my $nofilelocks = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче