mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
doc: Add parallel builds to the Eclipse setup guide
This commit is contained in:
parent
297945c32e
commit
4fc1587f6c
@ -67,6 +67,12 @@ Navigate to "C/C++ General" -> "Indexer" property page:
|
||||
|
||||
* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
|
||||
|
||||
Navigate to "C/C++ Build" -> "Behavior" property page:
|
||||
|
||||
* Check "Enable parallel build" to enable multiple build jobs in parallel.
|
||||
|
||||
* Setting the number of jobs slightly higher than the "optimal" may give the absolute fastest builds under Windows, depending on the specific hardware being used.
|
||||
|
||||
Building in Eclipse
|
||||
-------------------
|
||||
|
||||
|
@ -69,6 +69,10 @@ Navigate to "C/C++ General" -> "Indexer" property page:
|
||||
|
||||
* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
|
||||
|
||||
Navigate to "C/C++ Build" -> "Behavior" property page:
|
||||
|
||||
* Check "Enable parallel build" to enable multiple build jobs in parallel.
|
||||
|
||||
.. _eclipse-build-project:
|
||||
|
||||
Building in Eclipse
|
||||
|
Loading…
Reference in New Issue
Block a user