61e89446ef
This commit removes all jemalloc related submodules, configuration, etc, from the bootstrap, from the standard library, and from the compiler. This will be followed up with a change to use jemalloc specifically as part of rustc on blessed platforms.
12 lines
249 B
TOML
12 lines
249 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc-main"
|
|
version = "0.0.0"
|
|
|
|
[[bin]]
|
|
name = "rustc_binary"
|
|
path = "rustc.rs"
|
|
|
|
[dependencies]
|
|
rustc_target = { path = "../librustc_target" }
|
|
rustc_driver = { path = "../librustc_driver" }
|