doc: Add parallel builds to the Eclipse setup guide

This commit is contained in:
Angus Gratton 2018-09-06 15:29:37 +08:00 committed by Angus Gratton
parent 5c3ca78a07
commit 70cacc8b4e
2 changed files with 10 additions and 0 deletions

View file

@ -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
------------------- -------------------

View file

@ -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