Open Yuri6037 opened 2 years ago
Hi! If this doesn’t compile with RUSTFLAGS=-Zsanitizer=address RUSTDOCFLAGS=-Zsanitizer=address
but compiles fine if you don’t add these sanitizer options, then the problem is probably in the sanitizer implementation than in simba
itself.
When building any project which imports nalgebra with nightly and a sanitizer you get a HUGE amount of build errors.
Command I used to build
export RUSTFLAGS=-Zsanitizer=address RUSTDOCFLAGS=-Zsanitizer=address
cargo +nightly build
The same thing happens with Zsanitizer=thread
Toolchain version
rustc 1.66.0-nightly (4a1467723 2022-09-23)
OS/Hardware
Log
Due to how large the log is I could not add all of it so I only added the first 168 lines, all other lines are very similar.