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:
parent
7b548db91e
commit
bfcd44704f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user