]> granicus.if.org Git - esp-idf/commitdiff
doc: Add parallel builds to the Eclipse setup guide
authorAngus Gratton <angus@espressif.com>
Thu, 6 Sep 2018 07:29:37 +0000 (15:29 +0800)
committerAngus Gratton <gus@projectgus.com>
Fri, 7 Sep 2018 03:48:17 +0000 (11:48 +0800)
docs/en/get-started/eclipse-setup-windows.rst
docs/en/get-started/eclipse-setup.rst

index 89a12e789b12804d942ad3f11beaf3670387e3af..a9771ea3e3cfe1a04d32e5f029615afcd8e81ebc 100644 (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.
 
+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
 -------------------
 
index 1a88bd6c5b751bb95fbe77c0c67f34ec3d578a8c..2f02dd4e7f4dd39c96647c15f1fb97f3e8e21c58 100644 (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.
 
+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