revised a jemalloc statement in how-to-build-and-run.md

This commit is contained in:
kenta7777 2018-11-06 14:49:01 +09:00 committed by Who? Me?!
parent 60c7a824e1
commit 910e243eb1
1 changed files with 4 additions and 4 deletions

View File

@ -42,9 +42,9 @@ debuginfo = true
# Gives you line numbers for backtraces.
debuginfo-lines = true
# Using the system allocator (instead of jemalloc) means that tools
# like valgrind and memcache work better.
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
```
### What is x.py?