diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-02 03:02:10 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-02 03:02:10 +0000 |
commit | c9d0e0815bc50c07b479f6cd44b399cc646f4cd2 (patch) | |
tree | af3dcfd73be24a0a1de1496f99b8564a573eb6c2 /BaseTools | |
parent | bc61c01ae56ecbd30da90a862609165067af3067 (diff) | |
download | edk2-platforms-c9d0e0815bc50c07b479f6cd44b399cc646f4cd2.tar.xz |
Add MULTIPLE_THREAD option.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8439 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Conf/target.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 5ce56d3fe8..7c0b62b886 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -63,6 +63,10 @@ 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
+
# Build rules definition
#
#
|