We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63220a2 commit 69d8adaCopy full SHA for 69d8ada
src/bootstrap/compile.rs
@@ -461,6 +461,7 @@ impl Step for Rustc {
461
462
pub fn rustc_cargo(builder: &Builder<'_>, cargo: &mut Cargo, target: Interned<String>) {
463
cargo
464
+ .arg("--no-default-features")
465
.arg("--features")
466
.arg(builder.rustc_features())
467
.arg("--manifest-path")
src/rustc/Cargo.toml
@@ -21,5 +21,6 @@ optional = true
21
features = ['unprefixed_malloc_on_supported_platforms']
22
23
[features]
24
+default = ['llvm']
25
jemalloc = ['jemalloc-sys']
26
llvm = ['rustc_driver/llvm']
0 commit comments