Link std
statically in rustc_driver
This commit is contained in:
parent
730d5d4095
commit
3ee43259ac
9 changed files with 70 additions and 11 deletions
|
@ -1,3 +1,6 @@
|
|||
// We need this feature as it changes `dylib` linking behavior and allows us to link to `rustc_driver`.
|
||||
#![feature(rustc_private)]
|
||||
|
||||
// A note about jemalloc: rustc uses jemalloc when built for CI and
|
||||
// distribution. The obvious way to do this is with the `#[global_allocator]`
|
||||
// mechanism. However, for complicated reasons (see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue