From: Debian Rust Maintainers Date: Sat, 2 Oct 2021 00:08:00 +0000 (+0100) Subject: d-0006-no-jemalloc X-Git-Tag: archive/raspbian/1.62.1+dfsg1-1+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0a9578c2164c77951fa1e683c6b556bb7846878;p=rustc.git d-0006-no-jemalloc Gbp-Pq: Name d-0006-no-jemalloc.patch --- diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index b642e89195..222b02aca0 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -10,13 +10,7 @@ rustc_driver = { path = "../rustc_driver" } # crate is intended to be used by codegen backends, which may not be in-tree. rustc_codegen_ssa = { path = "../rustc_codegen_ssa" } -[dependencies.tikv-jemalloc-sys] -version = '0.4.0' -optional = true -features = ['unprefixed_malloc_on_supported_platforms'] - [features] -jemalloc = ['tikv-jemalloc-sys'] llvm = ['rustc_driver/llvm'] max_level_info = ['rustc_driver/max_level_info'] rustc_use_parallel_compiler = ['rustc_driver/rustc_use_parallel_compiler']