revised a jemalloc statement in how-to-build-and-run.md
This commit is contained in:
parent
60c7a824e1
commit
910e243eb1
|
|
@ -42,9 +42,9 @@ debuginfo = true
|
||||||
# Gives you line numbers for backtraces.
|
# Gives you line numbers for backtraces.
|
||||||
debuginfo-lines = true
|
debuginfo-lines = true
|
||||||
|
|
||||||
# Using the system allocator (instead of jemalloc) means that tools
|
# Link the compiler against `jemalloc`, where on Linux and OSX it should
|
||||||
# like valgrind and memcache work better.
|
# override the default allocator for rustc and LLVM.
|
||||||
use-jemalloc = false
|
jemalloc = false
|
||||||
```
|
```
|
||||||
|
|
||||||
### What is x.py?
|
### What is x.py?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue