mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
chore: make maxperf, enable GC profiling on MDBX debug (#5459)
This commit is contained in:
4
Makefile
4
Makefile
@@ -228,3 +228,7 @@ update-book-cli: ## Update book cli documentation.
|
||||
cargo build --bin reth --features "$(FEATURES)" --profile "$(PROFILE)"
|
||||
@echo "Updating book cli doc..."
|
||||
@./book/cli/update.sh $(BUILD_PATH)
|
||||
|
||||
.PHONY: maxperf
|
||||
maxperf:
|
||||
RUSTFLAGS="-C target-cpu=native" cargo build --profile maxperf --features jemalloc
|
||||
|
||||
Reference in New Issue
Block a user