d-no-jemalloc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sun, 17 Mar 2019 23:40:05 +0000 (23:40 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 17 Mar 2019 23:40:05 +0000 (23:40 +0000)
Gbp-Pq: Name d-no-jemalloc.patch

src/librustc_driver/Cargo.toml
src/rustc/Cargo.toml

index 1e32f5ef6f0b61c82a92249497fa2c40aa86048c..470c8b03d0bca212282d8bc9c4185eb58418f5e7 100644 (file)
@@ -38,8 +38,3 @@ syntax = { path = "../libsyntax" }
 smallvec = { version = "0.6.5", features = ["union"] }
 syntax_ext = { path = "../libsyntax_ext" }
 syntax_pos = { path = "../libsyntax_pos" }
-
-[dependencies.jemalloc-sys]
-version = '0.1.8'
-optional = true
-features = ['unprefixed_malloc_on_supported_platforms']
index 32969d09e8567abe884a226a7c79eaa79239f0b2..8b6362bb707a7055a14609a667d7c183ba790586 100644 (file)
@@ -14,6 +14,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" }
-
-[features]
-jemalloc = ['rustc_driver/jemalloc-sys']