Add MULTIPLE_THREAD option.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8439 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -63,6 +63,10 @@ TOOL_CHAIN_TAG = MYTOOLS
|
|||||||
# cores or CPUs. Less than 2 means disable multithread build.
|
# cores or CPUs. Less than 2 means disable multithread build.
|
||||||
MAX_CONCURRENT_THREAD_NUMBER = 1
|
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
|
||||||
|
|
||||||
# Build rules definition
|
# Build rules definition
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user