imageflow
imageflow copied to clipboard
win32 fails if we set any target-cpu
Works: cargo test --all --release --target=i686-pc-windows-msvc
Fails: $env:RUSTFLAGS="-Ctarget-cpu="; cargo test --all --release --target=i686-pc-windows-msvc