docs: intel_tdx: add jobs argument to make

This could speed up the build

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
Ruslan Mstoi 2023-09-11 14:48:54 +03:00 committed by Rob Bradford
parent c4e8e653ac
commit 6d395c51db

View File

@ -51,7 +51,7 @@ git clone https://github.com/tianocore/edk2.git
cd edk2
git checkout 13b97736c876919b9786055829caaa4fa46984b7
git submodule update --init --recursive
make -C BaseTools
make -C BaseTools -j `nproc`
source ./edksetup.sh
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
```