OvmfPkg/build.sh: enable multitheaded build by default

Enable multithreaded builds by default when building OvmfPkg
using build.sh.
This can drastically reduce build times. For example, on a
modern ThreadRipper system the time required to build decreases
from 3 minutes to 1 minute.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Rebecca Cran 2019-07-22 18:32:25 -06:00 committed by Jordan Justen
parent cf2d8d4978
commit 83e7d5c75e
No known key found for this signature in database
GPG Key ID: 37F99F68CAF992EB
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ARCH_X64=no
BUILDTARGET=DEBUG
BUILD_OPTIONS=
PLATFORMFILE=
THREADNUMBER=1
THREADNUMBER=0
LAST_ARG=
RUN_QEMU=no
ENABLE_FLASH=no