Skip to content

Commit

Permalink
Build GCC with 2 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 15, 2024
1 parent 664ca6f commit ede2082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd ../gcc-build
--prefix=$(pwd)/../gcc-install \
--quiet

hide_output make
hide_output make -j2
hide_output make install

rm -rf ../gcc-src
Expand Down

0 comments on commit ede2082

Please sign in to comment.