Skip to content

Commit

Permalink
feat(build): xz uses all threads available now
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Apr 4, 2019
1 parent cbdd288 commit 3227c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "$1" != "--no-compress" ]]; then
rm -rf release/*
7z a "release/notion-$NOTION_VERSION.tar" tmp/build
7z rn "release/notion-$NOTION_VERSION.tar" tmp/build "notion-$NOTION_VERSION"
xz "release/notion-$NOTION_VERSION.tar"
xz --threads=0 "release/notion-$NOTION_VERSION.tar"
fi

set +x
Expand Down

0 comments on commit 3227c6d

Please sign in to comment.