From f3747e0c3ee3de94ab2c1bbd5527ceaa11fb2ead Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Thu, 30 May 2019 05:52:37 +0100 Subject: [PATCH] d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- src/rustc/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index e601a1f823..113da66b48 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -15,11 +15,3 @@ 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.1.8' -optional = true -features = ['unprefixed_malloc_on_supported_platforms'] - -[features] -jemalloc = ['jemalloc-sys'] -- 2.30.2