diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-31 09:07:31 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-31 09:07:31 +0000 |
commit | 04e031d000e44161cd60a901db0a2605d3e848ad (patch) | |
tree | b7797b4fcd67e9693175c66f4f58a2674a34e30c /BaseTools/Conf/target.template | |
parent | 34ec75fc96482d0b2003bc17139945b6662cca6d (diff) | |
download | edk2-platforms-04e031d000e44161cd60a901db0a2605d3e848ad.tar.xz |
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.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index e8e3243873..4f04e936be 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
|