File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ debuginfo = true
42
42
# Gives you line numbers for backtraces.
43
43
debuginfo-lines = true
44
44
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
48
48
```
49
49
50
50
### What is x.py?
@@ -335,4 +335,4 @@ everything up then you only need to run one command!
335
335
336
336
The documentation for the rust components are found at [ rustc doc] .
337
337
338
- [ rustc doc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
338
+ [ rustc doc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
You can’t perform that action at this time.
0 commit comments