d-no-jemalloc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)
===================================================================

Gbp-Pq: Name d-no-jemalloc.patch

src/rustc/Cargo.toml

index 5e0f167bb380179399da8a5fab534bb59f285d27..9b645e2f348b34fe6553bde49753cacc853da76c 100644 (file)
@@ -14,12 +14,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']