cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 45 forks source link

Remove build flags raising some errors on execution #17

Closed thierrymarianne closed 3 years ago

thierrymarianne commented 3 years ago

Description

Running announcement mining would raise the following error:

[1]    697658 illegal hardware instruction (core dumped)  

These changes prevent this error.

cjdelisle commented 3 years ago

I fixed this differently so that people can still have non-portable fast builds. https://github.com/cjdelisle/packetcrypt_rs/commit/c222696c234b4ed522a60e62c03404a652bbdbdc Can you update your scripts to build with cargo build --release --features portable ?