We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e968df commit d4010e3Copy full SHA for d4010e3
Makefile
@@ -15,9 +15,9 @@ BUILD_PATH_AARCH64 = "target/$(AARCH64_TAG)/release"
15
# Binaries will most likely be found in `./target/release`
16
install:
17
ifeq ($(PORTABLE), true)
18
- cargo install --path lighthouse --force --locked --features portable
+ cargo install --path lighthouse --force --locked --features portable,jemalloc
19
else
20
- cargo install --path lighthouse --force --locked
+ cargo install --path lighthouse --force --locked --features jemalloc
21
endif
22
23
# Builds the lcli binary in release (optimized).
0 commit comments