From 9190c8407cb3de13f33f85a856ef31d23b759fb7 Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Tue, 17 Nov 2015 23:28:06 +0000 Subject: Get rid of compression when zipping up files to improve local compilation performance. RELNOTES:none -- MOS_MIGRATED_REVID=108086031 --- src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/xcode/swiftstdlibtoolwrapper') diff --git a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh index ed7d47122d..24bf573898 100755 --- a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh +++ b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh @@ -49,5 +49,5 @@ find . -exec touch -h -t 198001010000 {} \; # Added include "*" to fix case where we may want an empty zip file because # there is no data. -zip --symlinks --recurse-paths --quiet "$OUTZIP" . --include "*" +zip --compression-method store --symlinks --recurse-paths --quiet "$OUTZIP" . --include "*" popd > /dev/null -- cgit v1.2.3