Skip to content

Commit

Permalink
Make uses jemmaloc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Feb 15, 2021
1 parent 5e968df commit d4010e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ BUILD_PATH_AARCH64 = "target/$(AARCH64_TAG)/release"
# Binaries will most likely be found in `./target/release`
install:
ifeq ($(PORTABLE), true)
cargo install --path lighthouse --force --locked --features portable
cargo install --path lighthouse --force --locked --features portable,jemalloc
else
cargo install --path lighthouse --force --locked
cargo install --path lighthouse --force --locked --features jemalloc
endif

# Builds the lcli binary in release (optimized).
Expand Down

0 comments on commit d4010e3

Please sign in to comment.