Stop compiling LLVM with asserts #3615
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-compiletime
Issue: Problems and improvements with respect to compile times.
LLVM has a lot of asserts, and we build them. In a hypothetical Rust production build maybe we want to not do that.
It's at least worth investigating the perf impact.
The text was updated successfully, but these errors were encountered: