mirror of https://github.com/acidanthera/audk.git
Changed the comment for MULTI_THREAD setting
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3316 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
34480eaca4
commit
071ae32b28
|
@ -60,11 +60,11 @@ TOOL_CHAIN_TAG = MYTOOLS
|
|||
|
||||
# MULTIPLE_THREAD FLAG Optional Flag to enable multi-thread build. If not specified, default
|
||||
# is "Disable". If your computer is multi-core or multiple CPUs,
|
||||
# enabling this feature will bring much benefit. For multi-thread
|
||||
# built, the log will write to ${BUILD_DIR}/build.log.
|
||||
# This feature is only for PLATFORM build, and clean, cleanall or
|
||||
# enabling this feature will bring much benefit.
|
||||
# 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 = 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
|
||||
|
|
Loading…
Reference in New Issue