draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

Purpose of "make -j16"? #41

Closed YungCorn closed 10 years ago

YungCorn commented 10 years ago

Is the only reason we use the -j16 argument to speed up the build process? Because "make -j16" uses a ton more memory than just "make."

rtc-draper commented 10 years ago

Yes - It's optional:

$ make --help | grep "\-j"
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.