Could we not use the previously built optimized co...
# development
h
Could we not use the previously built optimized code for testing?
a
You can pass
--release
to
cargo test
- unclear whether linking all of those test binaries with optimisations will be faster or slower than complaining them all in debug
h
Fair point