From d029f00c5c7af0ab3fe6287cd9046676c6d014b3 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Tue, 8 Sep 2020 17:38:19 +0100 Subject: [PATCH] d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- src/rustc/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index 86a93d7d0c..ed618bd720 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -15,12 +15,5 @@ rustc_driver = { path = "../librustc_driver" } # Make sure rustc_codegen_ssa ends up in the sysroot, because this # crate is intended to be used by codegen backends, which may not be in-tree. rustc_codegen_ssa = { path = "../librustc_codegen_ssa" } - -[dependencies.jemalloc-sys] -version = '0.3.0' -optional = true -features = ['unprefixed_malloc_on_supported_platforms'] - [features] -jemalloc = ['jemalloc-sys'] llvm = ['rustc_driver/llvm'] -- 2.30.2