We were already trying to disable assertions, but it wasn't working. rust-llvm now configures assertions based on the CMAKE_BUILD_TYPE. Setting that to "Release" causes assertions to be disabled, which is what we want.
We were already trying to disable assertions, but it wasn't working. rust-llvm now configures assertions based on the CMAKE_BUILD_TYPE. Setting that to "Release" causes assertions to be disabled, which is what we want.