Rustc-dev-guide: Can't find "use-jemalloc" in config.toml.

Created on 4 Nov 2018  路  5Comments  路  Source: rust-lang/rustc-dev-guide

how-to-build-and-run.md tells us to open up to config.toml file and change the following settings.
use-jemalloc = false
However, the statement cannot be found in the file.

All 5 comments

This was changed just a day ago to jemalloc = false in rust-lang/rust#55238.

@ehuss Thank you for your comment. Then, should I send a PR for this revision?

That would be great!

@mark-i-m I'll send a PR.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidtwco picture davidtwco  路  7Comments

alexreg picture alexreg  路  3Comments

lzutao picture lzutao  路  3Comments

nikomatsakis picture nikomatsakis  路  8Comments

vext01 picture vext01  路  7Comments