The compiler itself running with parallel computing methodology

112 views Asked by At

Is there GCC compiler that could build large source code in parallel ? "The compiler itself running with parallel computing methodology " Is there any GCC option for doing the previous requirement?

1

There are 1 answers

0
brokenfoot On BEST ANSWER

I am not sure whether gcc has something like that in built, but you have make in linux that can run parallel builds using the -jN flag

https://www.gnu.org/software/make/manual/html_node/Parallel.html