Skip to content

Commit d4010e3

Browse files
committed
Make uses jemmaloc
1 parent 5e968df commit d4010e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ BUILD_PATH_AARCH64 = "target/$(AARCH64_TAG)/release"
1515
# Binaries will most likely be found in `./target/release`
1616
install:
1717
ifeq ($(PORTABLE), true)
18-
cargo install --path lighthouse --force --locked --features portable
18+
cargo install --path lighthouse --force --locked --features portable,jemalloc
1919
else
20-
cargo install --path lighthouse --force --locked
20+
cargo install --path lighthouse --force --locked --features jemalloc
2121
endif
2222

2323
# Builds the lcli binary in release (optimized).

0 commit comments

Comments
 (0)