summaryrefslogtreecommitdiff
path: root/BaseTools/Conf/target.template
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-31 09:07:31 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-31 09:07:31 +0000
commit04e031d000e44161cd60a901db0a2605d3e848ad (patch)
treeb7797b4fcd67e9693175c66f4f58a2674a34e30c /BaseTools/Conf/target.template
parent34ec75fc96482d0b2003bc17139945b6662cca6d (diff)
downloadedk2-04e031d000e44161cd60a901db0a2605d3e848ad.zip
edk2-04e031d000e44161cd60a901db0a2605d3e848ad.tar.gz
edk2-04e031d000e44161cd60a901db0a2605d3e848ad.tar.bz2
a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK.
b. Re-generated build.exe and GenFds.exe to incorporate new changes of build tools c. Enable multi-thread build mode by default git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4246 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf/target.template')
-rw-r--r--BaseTools/Conf/target.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index e8e3243..4f04e93 100644
--- a/BaseTools/Conf/target.template
+++ b/BaseTools/Conf/target.template
@@ -63,9 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS
# This feature is only available for "spawn" build mode, and
# only for PLATFORM build. The clean, cleanall or
# stand-alone module build is still using the normal way.
-MULTIPLE_THREAD = Disable
+MULTIPLE_THREAD = Enable
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to
# set this value to one more than the number of your compurter
# cores or CPUs.
-MAX_CONCURRENT_THREAD_NUMBER = 2
+MAX_CONCURRENT_THREAD_NUMBER = 1