From 2ee08098a6315aaab07f14c67db024ee0e95af3e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 28 Jan 2019 15:52:21 +0300 Subject: opt-in jemalloc --- crates/ra_lsp_server/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/ra_lsp_server') diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 160d2f672..bb92747f2 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml @@ -34,3 +34,6 @@ ra_vfs = { path = "../ra_vfs" } [dev-dependencies] tempfile = "3" test_utils = { path = "../test_utils" } + +[features] +jemalloc = [ "ra_ide_api/jemalloc" ] -- cgit v1.2.3