Discard the possibility of upx compressing binary

This adds too much decompression overhead per invocation.

It could work if the subprocess were reused across multiple macro
expansions (https://github.com/serde-rs/serde/pull/2523).
This commit is contained in:
David Tolnay 2023-08-17 19:07:17 -07:00
parent 7b548db91e
commit bfcd44704f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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