]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/target.template
BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER
[mirror_edk2.git] / BaseTools / Conf / target.template
index 787fc64fb1f23eda753ac8ff8d952aff08595c7f..e5c31fe5a00246a09574d35d9205bdff8fa75acd 100644 (file)
@@ -1,5 +1,5 @@
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -59,10 +59,14 @@ TOOL_CHAIN_CONF       = Conf/tools_def.txt
 #                                             used for the build.  The list uses space character separation.\r
 TOOL_CHAIN_TAG        = MYTOOLS\r
 \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
+# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. If not specified or set\r
+#                                                 to zero, tool automatically detect number of processor\r
+#                                                 threads. Recommend to set this value to one less than the\r
+#                                                 number of your computer cores or CPUs. When value set to 1,\r
+#                                                 means disable multi-thread build, value set to more than 1,\r
+#                                                 means user specify the thread number to build. Not specify\r
+#                                                 the default value in this file.\r
+# MAX_CONCURRENT_THREAD_NUMBER = 1\r
 \r
 \r
 # BUILD_RULE_CONF  Filename Optional  Specify the file name to use for the build rules that are followed\r