diff options
author | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-11 19:11:37 +0000 |
---|---|---|
committer | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-11 19:11:37 +0000 |
commit | 6d8597dcf07d9af670966a51333b53aa8e06f4ed (patch) | |
tree | 62f287f2d2ce6874ea963b515aa12e18d9adc96a /Tools | |
parent | 733d48fec311a0ce1c6b8ba1b53506a84d9e276a (diff) | |
download | edk2-6d8597dcf07d9af670966a51333b53aa8e06f4ed.zip edk2-6d8597dcf07d9af670966a51333b53aa8e06f4ed.tar.gz edk2-6d8597dcf07d9af670966a51333b53aa8e06f4ed.tar.bz2 |
Updated the default to parallel build. Even on a single core build is faster with threads. Set MAX thread number to 1+ max core in your system.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1514 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/Conf/target.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index dea49ec..7eb3100 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -62,9 +62,9 @@ TOOL_CHAIN_TAG = MYTOOLS # enabling multi-thread will bring much benefit. Otherwise, we
# do not recommend to enable this. For multi-thread built, the
# log will write to ${BUILD_DIR}/build.log.
-# 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
# cores or CPUs.
-# MAX_CONCURRENT_THREAD_NUMBER = 2
\ No newline at end of file +MAX_CONCURRENT_THREAD_NUMBER = 2
\ No newline at end of file |