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 1d11687 commit 0a1b64bCopy full SHA for 0a1b64b
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh
@@ -15,16 +15,16 @@ mkdir ../gcc-build ../gcc-install
15
cd ../gcc-build
16
17
# Building GCC.
18
-../gcc-src/configure \
+hide_output \
19
+ ../gcc-src/configure \
20
--enable-host-shared \
21
--enable-languages=jit \
22
--enable-checking=release \
23
--disable-bootstrap \
24
--disable-multilib \
25
--prefix=$(pwd)/../gcc-install \
- --quiet
26
27
-hide_output make
+hide_output make -j$(nproc)
28
hide_output make install
29
30
rm -rf ../gcc-src
0 commit comments