This commit is contained in:
goldsquid
2025-09-13 20:50:29 +07:00
parent 116719f98c
commit 5d331e5e18

View File

@@ -50,6 +50,7 @@ ARG ENABLE_LTO=true
ARG PROFILE=maxperf ARG PROFILE=maxperf
ARG BUILD_OP_RETH=false ARG BUILD_OP_RETH=false
ARG BUILD_BASE_RETH=false ARG BUILD_BASE_RETH=false
ARG BUILD_BSC_RETH=false
# Set up cargo for maximum performance with aggressive optimizations # Set up cargo for maximum performance with aggressive optimizations
RUN mkdir -p /root/.cargo && \ RUN mkdir -p /root/.cargo && \