mirror of https://github.com/acidanthera/audk.git
Changed Enable to Disable as default value of MULTIPLE_THREAD
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3923 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5088e385e0
commit
8d7d0e50d2
|
@ -63,7 +63,7 @@ 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 = Enable
|
||||
MULTIPLE_THREAD = Disable
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue