diff --git a/docker/ci/dockerfile b/docker/ci/dockerfile index 7e27881f..2a85fc46 100644 --- a/docker/ci/dockerfile +++ b/docker/ci/dockerfile @@ -46,7 +46,7 @@ RUN wget "https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-${ && tar xf "gcc-${GCC12_VERSION}.tar.gz" \ && cd "gcc-${GCC12_VERSION}" \ && mkdir build && cd build \ - && ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-03' \ + && ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-O3' \ && make -j$(nproc) profiledbootstrap && make install-strip # Install ccache from source