Skip to content

Commit cbe81e6

Browse files
Build GCC with 2 threads
1 parent 196e19e commit cbe81e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd ../gcc-build
2525
--prefix=$(pwd)/../gcc-install \
2626
--quiet
2727

28-
hide_output make
28+
hide_output make -j2
2929
hide_output make install
3030

3131
rm -rf ../gcc-src

0 commit comments

Comments
 (0)