]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Conf/target.template
Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable multi...
[mirror_edk2.git] / Tools / Conf / target.template
index 9b70da54f6c3ecf63cd703084935d40f53c01ca7..dea49ec83afba75ac40cbd40bfbe58318912a4d4 100644 (file)
@@ -57,3 +57,14 @@ TOOL_CHAIN_CONF       = Tools/Conf/tools_def.txt
 #                                             used for the build.  The list uses space character separation.\r
 TOOL_CHAIN_TAG        = MYTOOLS\r
 \r
+#  MULTIPLE_THREAD       FLAG      Optional   Flag to enable multi-thread build. If not specified, default\r
+#                                             is "Disable". If your computer is multi-core or multiple CPUs, \r
+#                                             enabling multi-thread will bring much benefit. Otherwise, we \r
+#                                             do not recommend to enable this. For multi-thread built, the\r
+#                                             log will write to ${BUILD_DIR}/build.log. \r
+# MULTIPLE_THREAD       = Enable\r
+\r
+# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Default is 2. Recommend to \r
+#                                                 set this value to one more than the number of your compurter\r
+#                                                 cores or CPUs. \r
+# MAX_CONCURRENT_THREAD_NUMBER = 2
\ No newline at end of file