mirror of https://github.com/acidanthera/audk.git
The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8441 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c9d0e0815b
commit
ecb11926ec
|
@ -63,9 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS
|
|||
# cores or CPUs. Less than 2 means disable multithread build.
|
||||
MAX_CONCURRENT_THREAD_NUMBER = 1
|
||||
|
||||
# MULTIPLE_THREAD BOOLEAN Optional If TRUE, multi-thread is enable for bulding.
|
||||
# If FALSE, multi-thread is disable for building.
|
||||
MULTIPLE_THREAD = FALSE
|
||||
# MULTIPLE_THREAD BOOLEAN Optional If "Enable", multi-thread is enable for bulding.
|
||||
# If "Disable", multi-thread is disable for building.
|
||||
MULTIPLE_THREAD = Disable
|
||||
|
||||
# Build rules definition
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue