Skip to content

Commit 253affd

Browse files
kenta7777mark-i-m
authored andcommitted
revised a jemalloc statement in how-to-build-and-run.md
1 parent 351f75b commit 253affd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/how-to-build-and-run.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ debuginfo = true
4242
# Gives you line numbers for backtraces.
4343
debuginfo-lines = true
4444

45-
# Using the system allocator (instead of jemalloc) means that tools
46-
# like valgrind and memcache work better.
47-
use-jemalloc = false
45+
# Link the compiler against `jemalloc`, where on Linux and OSX it should
46+
# override the default allocator for rustc and LLVM.
47+
jemalloc = false
4848
```
4949

5050
### What is x.py?
@@ -335,4 +335,4 @@ everything up then you only need to run one command!
335335

336336
The documentation for the rust components are found at [rustc doc].
337337

338-
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
338+
[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

0 commit comments

Comments
 (0)