mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 00:19:20 +00:00
17 lines
532 B
Diff
17 lines
532 B
Diff
--- a/compiler/rustc/Cargo.toml
|
|
+++ b/compiler/rustc/Cargo.toml
|
|
@@ -10,13 +10,6 @@
|
|
# 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']
|