d-no-jemalloc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 30 May 2019 04:52:37 +0000 (05:52 +0100)
committerXimin Luo <infinity0@debian.org>
Thu, 30 May 2019 04:52:37 +0000 (05:52 +0100)
===================================================================

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

src/rustc/Cargo.toml

index e601a1f82377f7b7362df49f174752a750b0926f..113da66b4805951c28b3d42c0004ce2f74ea8f12 100644 (file)
@@ -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']