Skip to content

Commit 2f291cf

Browse files
update ARG
1 parent d8ae92d commit 2f291cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile.redhat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
2828
ARG JOBS=16
2929
ARG VERBOSE_LOGS=ON
3030
ARG LTO_ENABLE=ON
31-
ARG LTO_CXX_FLAGS="-flto=auto -ffat-lto-objects -march=haswell"
32-
ARG LTO_LD_FLAGS="-flto=auto -ffat-lto-objects"
31+
#ARG LTO_CXX_FLAGS="-flto=auto -ffat-lto-objects -march=haswell"
32+
#ARG LTO_LD_FLAGS="-flto=auto -ffat-lto-objects"
33+
ARG LTO_CXX_FLAGS=-flto=auto -ffat-lto-objects -march=haswell
34+
ARG LTO_LD_FLAGS=-flto=auto -ffat-lto-objects
35+
3336

3437
# hadolint ignore=DL3041
3538
RUN echo -e "max_parallel_downloads=8\nretries=50" >> /etc/dnf/dnf.conf && \

0 commit comments

Comments
 (0)