solokeys / solo2-cli

Solo 2 library and CLI in Rust
https://docs.rs/solo2
Apache License 2.0
169 stars 31 forks source link

Building with provided PKGBUILD fails in Arch with LTO #79

Open IncredibleLaser opened 1 year ago

IncredibleLaser commented 1 year ago

When trying to build this package with LTO enabled, it fails at the linking stage.

The default in Arch is disabled as far as I can tell, however I'd like to ask to add an explicit options=('!lto') to the PKGBUILDS so that this package still builds on systems with that setting enabled.