Skip to content

Commit

Permalink
Discard the possibility of upx compressing binary
Browse files Browse the repository at this point in the history
This adds too much decompression overhead per invocation.

It could work if the subprocess were reused across multiple macro
expansions (#2523).
  • Loading branch information
dtolnay committed Aug 18, 2023
1 parent 7b548db commit bfcd447
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions precompiled/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ cargo +nightly build \

rm -f serde_derive/serde_derive-x86_64-unknown-linux-gnu
mv serde_derive/serde_derive{,-x86_64-unknown-linux-gnu}

#upx --best --lzma serde_derive/serde_derive-x86_64-unknown-linux-gnu

0 comments on commit bfcd447

Please sign in to comment.