mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 09:41:02 +00:00
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:
@@ -17,5 +17,3 @@ cargo +nightly build \
|
|||||||
|
|
||||||
rm -f serde_derive/serde_derive-x86_64-unknown-linux-gnu
|
rm -f serde_derive/serde_derive-x86_64-unknown-linux-gnu
|
||||||
mv 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user