mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
Add more comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1522 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
89e1408fde
commit
e38eb39cb0
@ -59,9 +59,10 @@ TOOL_CHAIN_TAG = MYTOOLS
|
|||||||
|
|
||||||
# MULTIPLE_THREAD FLAG Optional Flag to enable multi-thread build. If not specified, default
|
# 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,
|
# is "Disable". If your computer is multi-core or multiple CPUs,
|
||||||
# enabling multi-thread will bring much benefit. Otherwise, we
|
# enabling this feature will bring much benefit. For multi-thread
|
||||||
# do not recommend to enable this. For multi-thread built, the
|
# built, the log will write to ${BUILD_DIR}/build.log.
|
||||||
# log will write to ${BUILD_DIR}/build.log.
|
# This feature is only for PLATFORM build, and 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
|
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user