We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e126ceb commit c4ece1fCopy full SHA for c4ece1f
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh
@@ -16,16 +16,16 @@ mkdir ../gcc-build ../gcc-install
16
cd ../gcc-build
17
18
# Building GCC.
19
-../gcc-src/configure \
+hide_output \
20
+ ../gcc-src/configure \
21
--enable-host-shared \
22
--enable-languages=jit \
23
--enable-checking=release \
24
--disable-bootstrap \
25
--disable-multilib \
26
--prefix=$(pwd)/../gcc-install \
- --quiet
27
28
-hide_output make
+hide_output make -j$(nproc)
29
hide_output make install
30
31
rm -rf ../gcc-src
0 commit comments