doc: Add parallel builds to the Eclipse setup guide

pull/2398/head
Angus Gratton 2018-09-06 15:29:37 +08:00 zatwierdzone przez Angus Gratton
rodzic 5c3ca78a07
commit 70cacc8b4e
2 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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. * 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 Building in Eclipse
------------------- -------------------

Wyświetl plik

@ -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. * 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: .. _eclipse-build-project:
Building in Eclipse Building in Eclipse