]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/target.template
Add MULTIPLE_THREAD option.
[mirror_edk2.git] / BaseTools / Conf / target.template
index 5623e7b3032795c6bc71445fa2d54cc500c7c03e..7c0b62b88661305cb8411456bdc27fb6fed416fe 100644 (file)
@@ -58,19 +58,15 @@ TOOL_CHAIN_CONF       = 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 this feature will bring much benefit. \r
-#                                             This feature is only available for "spawn" build mode, and \r
-#                                             only for PLATFORM build. The clean, cleanall or\r
-#                                             stand-alone module build is still using the normal way.\r
-MULTIPLE_THREAD       = Enable\r
-\r
-# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Default is 1. Recommend to\r
-#                                                 set this value to one more than the number of your compurter\r
-#                                                 cores or CPUs.\r
+# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Recommend to set this\r
+#                                                 value to one more than the number of your compurter\r
+#                                                 cores or CPUs. Less than 2 means disable multithread build.\r
 MAX_CONCURRENT_THREAD_NUMBER = 1\r
 \r
+# MULTIPLE_THREAD        BOOLEAN  Optional    If TRUE, multi-thread is enable for bulding.\r
+#                                             If FALSE, multi-thread is disable for building.\r
+MULTIPLE_THREAD       = FALSE\r
+\r
 # Build rules definition\r
 #\r
 #\r