Skip to content

Commit

Permalink
portable: reduce size further by setting the number of literal contex…
Browse files Browse the repository at this point in the history
…t bits

This results in another ~100kB reduction.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jun 11, 2024
1 parent 29a8e64 commit 43a9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MSYSTEM_LOWER=${MSYSTEM,,}
VERSION=$1
shift
TARGET="$output_directory"/PortableGit-"$VERSION"-"$ARTIFACT_SUFFIX".7z.exe
OPTS7="-m0=lzma -mqs -mx=9 -md=$MD_ARG -mfb=273 -ms=256M "
OPTS7="-m0=lzma -mqs -mlc=8 -mx=9 -md=$MD_ARG -mfb=273 -ms=256M "
TMPPACK=/tmp.7z
SCRIPT_PATH="$(cd "$(dirname "$0")" && pwd)"

Expand Down

0 comments on commit 43a9ee4

Please sign in to comment.