cjdelisle / packetcrypt_rs

PacketCrypt in Rust
54 stars 45 forks source link

Pass portable feature flag to cargo build #18

Closed thierrymarianne closed 3 years ago

thierrymarianne commented 3 years ago

Description

The --feature portable is passed to cargo build instruction on new tag push so that architecture-specific compilation optimizations would not prevent running statically pre-compiled binaries.