MerosCrypto / Meros

An instant and feeless cryptocurrency for the future, secured by the Merit Caching Consensus Mechanism.
https://meroscrypto.io
Other
83 stars 19 forks source link

Meros uses -z muldefs which is inherently risky. #310

Open kayabaNerve opened 3 years ago

kayabaNerve commented 3 years ago

It's required at this time due to:

1) Having multiple Rust libraries. 2) https://github.com/rust-lang/rust/issues/ 44322

I did try disabling LTO in our second Rust library before it was merged, yet that alone didn't work. This should be improved though. Labelled as a bug due to the risk and optimization as it is an improvement.