mirror of https://github.com/acidanthera/audk.git
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:
parent
cf2d8d4978
commit
83e7d5c75e
|
@ -40,7 +40,7 @@ ARCH_X64=no
|
|||
BUILDTARGET=DEBUG
|
||||
BUILD_OPTIONS=
|
||||
PLATFORMFILE=
|
||||
THREADNUMBER=1
|
||||
THREADNUMBER=0
|
||||
LAST_ARG=
|
||||
RUN_QEMU=no
|
||||
ENABLE_FLASH=no
|
||||
|
|
Loading…
Reference in New Issue