]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable multi...
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Sep 2006 06:42:49 +0000 (06:42 +0000)
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Sep 2006 06:42:49 +0000 (06:42 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1508 6f19259b-4bc3-4df7-8a09-765794883524

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