feat: turn on asm-keccak by default, use maxperf profile in Dockerfiles (#20422)

This commit is contained in:
Alexey Shekhirin
2025-12-16 22:43:20 +00:00
committed by GitHub
parent 4231f4b688
commit e79691aae7
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ FROM chef AS builder
COPY --from=planner /app/recipe.json recipe.json
# Build profile, release by default
ARG BUILD_PROFILE=release
ARG BUILD_PROFILE=maxperf
ENV BUILD_PROFILE=$BUILD_PROFILE
# Extra Cargo flags