removed jemalloc statements.

This commit is contained in:
kenta7777 2018-11-07 08:58:21 +09:00 committed by Who? Me?!
parent 910e243eb1
commit 14eaf2a2d0
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ debuginfo = true
# Gives you line numbers for backtraces.
debuginfo-lines = true
# 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?