From e10ee4dc44b810ae1452a3dbf3ba112745d99665 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Sat, 18 Sep 2021 11:45:21 +0100 Subject: [PATCH] d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- compiler/rustc/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index 6e6c0c71a..f6ae74a35 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -10,13 +10,6 @@ rustc_driver = { path = "../rustc_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 = "../rustc_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'] max_level_info = ['rustc_driver/max_level_info'] -- 2.30.2