From 14eaf2a2d0f618a36674b35fe6ce4fb8b83cc808 Mon Sep 17 00:00:00 2001 From: kenta7777 Date: Wed, 7 Nov 2018 08:58:21 +0900 Subject: [PATCH] removed jemalloc statements. --- src/how-to-build-and-run.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/how-to-build-and-run.md b/src/how-to-build-and-run.md index 863536a0..d8945725 100644 --- a/src/how-to-build-and-run.md +++ b/src/how-to-build-and-run.md @@ -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?