]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/compile.rs
Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez
[rust.git] / src / bootstrap / compile.rs
index 427e1a3863e20cb8869166361ad4f89752a76436..1030247b890c36c742428e10e4465a1bfc1f259a 100644 (file)
@@ -691,7 +691,8 @@ fn run(self, builder: &Builder<'_>) {
             ));
         }
 
-        // cfg(bootstrap): remove if condition once the bootstrap compiler supports dylib LTO
+        // We currently don't support cross-crate LTO in stage0. This also isn't hugely necessary
+        // and may just be a time sink.
         if compiler.stage != 0 {
             match builder.config.rust_lto {
                 RustcLto::Thin | RustcLto::Fat => {