Skip to content

Commit

Permalink
chore: limit tracing logs to debug by default (paradigmxyz#11377)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Oct 1, 2024
1 parent 9c041d2 commit 707067a
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 @@ -13,9 +13,9 @@ CARGO_TARGET_DIR ?= target
# List of features to use when building. Can be overridden via the environment.
# No jemalloc on Windows
ifeq ($(OS),Windows_NT)
FEATURES ?= asm-keccak
FEATURES ?= asm-keccak min-debug-logs
else
FEATURES ?= jemalloc asm-keccak
FEATURES ?= jemalloc asm-keccak min-debug-logs
endif

# Cargo profile for builds. Default is for local builds, CI uses an override.
Expand Down

0 comments on commit 707067a

Please sign in to comment.