We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f75b commit 253affdCopy full SHA for 253affd
src/how-to-build-and-run.md
@@ -42,9 +42,9 @@ debuginfo = true
42
# Gives you line numbers for backtraces.
43
debuginfo-lines = true
44
45
-# Using the system allocator (instead of jemalloc) means that tools
46
-# like valgrind and memcache work better.
47
-use-jemalloc = false
+# Link the compiler against `jemalloc`, where on Linux and OSX it should
+# override the default allocator for rustc and LLVM.
+jemalloc = false
48
```
49
50
### What is x.py?
@@ -335,4 +335,4 @@ everything up then you only need to run one command!
335
336
The documentation for the rust components are found at [rustc doc].
337
338
-[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
+[rustc doc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
0 commit comments