AtomBuild / atom-build-make

GNU Make plugin for atom-build
MIT License
13 stars 19 forks source link

Use multiple CPU threads for `make` #1

Closed noseglid closed 8 years ago

noseglid commented 9 years ago

From @Calinou (noseglid/atom-build#166)

make -j$(nproc)

When run on a GNU/Linux system, this will automatically detect the number of available CPU threads and build.

What about having a dropdown in settings for setting the number of CPU cores to use with make, with an option to detect automatically? Currently, it looks like this package always uses 1 CPU thread.