You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lld is a linker developed by the LLVM team that (supposedly) has better performance than most system linkers. It is recommended for faster iterative builds by popular crates like Bevy and by the Rust performance book. chemfiles seems to crash with floating point exception (core dumped) when compiled with this linker.
To reproduce this, create a new project using lld:
Then add chemfiles to Cargo.toml, add the example program in the readme to src/main.rs, and try to run with cargo run.
I understand that this is probably more effort than it's worth to fix, but I thought I'd raise it just in case someone was interested :) Thanks for chemfiles!
The text was updated successfully, but these errors were encountered:
lld is a linker developed by the LLVM team that (supposedly) has better performance than most system linkers. It is recommended for faster iterative builds by popular crates like Bevy and by the Rust performance book.
chemfiles
seems to crash withfloating point exception (core dumped)
when compiled with this linker.To reproduce this, create a new project using lld:
Then add chemfiles to Cargo.toml, add the example program in the readme to
src/main.rs
, and try to run withcargo run
.I understand that this is probably more effort than it's worth to fix, but I thought I'd raise it just in case someone was interested :) Thanks for chemfiles!
The text was updated successfully, but these errors were encountered: