kopia lustrzana https://github.com/espressif/esp-idf
doc: Add parallel builds to the Eclipse setup guide
rodzic
5c3ca78a07
commit
70cacc8b4e
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue