chore: make maxperf, enable GC profiling on MDBX debug (#5459)

This commit is contained in:
Alexey Shekhirin
2023-11-17 15:27:40 +00:00
committed by GitHub
parent 3553cd5076
commit f33ef66cc1
2 changed files with 8 additions and 1 deletions

View File

@ -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