mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user