7
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Apr 2025
7 points (100.0% liked)
C & C++
1009 readers
1 users here now
founded 5 years ago
MODERATORS
I know when I’m doing compiling myself, I add my ‘-j’ along with my make command. I’m a total noob at compiling so this may just be me not understanding that you can put it on either command.
yeah, both have same the option, -j N lets you execute the compiling with N parallel jobs. In the case of make using -j without arguments it compiles without setting a limit for parallel jobs.