Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel compilation? #724

Closed
nkolban opened this issue Oct 14, 2017 · 1 comment
Closed

Parallel compilation? #724

nkolban opened this issue Oct 14, 2017 · 1 comment

Comments

@nkolban
Copy link

nkolban commented Oct 14, 2017

Would it be possible to perform parallel compilation through threading or processes?

In an ESP-IDF environment, I commonly run "make -j5" to execute parallel makes and have so far not run into any issues. I have found that the time to complete a compilation dramatically decreases as I consume more of my CPU resources.

Would it be possible to achieve this capability within the Arduino IDE / ESP32 environment?

@copercini
Copy link
Contributor

copercini commented Oct 14, 2017

arduino/arduino-builder#242

The arduino guys are working on it here: arduino/arduino-builder#250, but you can test it now getting the files compiled by arduino bot and replacing in your installation =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants