Closed
Description
I build rustc from source with --enable-debug
to get output from RUST_LOG
to chase down an ICE, and the resulting compiler is about 25 times slower than Nigthly on the same commit. (Servo’s script crate takes ~50 minutes instead of ~2 to trigger the same ICE, #24687.)
@huonw said on IRC:
I recall there was a bug that made enable-debug imply disable-optimise
… which would explain the slowdown, but I didn’t find an issue filed for it, so here it is.
This may be a Makefile issue: #8058.