From b42b7450a207d2387114d454fb18a4479300bbf2 Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Tue, 29 Jan 2019 17:02:06 +0000 Subject: Add `cargo jinstall-lsp` as a shorthand to include jemalloc support --- .cargo/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.cargo') diff --git a/.cargo/config b/.cargo/config index 3fba0f71d..b12f407e6 100644 --- a/.cargo/config +++ b/.cargo/config @@ -5,6 +5,8 @@ gen-syntax = "run --package tools --bin tools -- gen-syntax" gen-tests = "run --package tools --bin tools -- gen-tests" # Installs ra_lsp_server install-lsp = "install --path crates/ra_lsp_server --force" +# Installs ra_lsp_server with the jemalloc feature +jinstall-lsp = "install --path crates/ra_lsp_server --force --features jemalloc" # Installs the visual studio code extension install-code = "run --package tools --bin tools -- install-code" # Formats the full repository or installs the git hook to do it automatically. -- cgit v1.2.3