Disable edk2 debugging

This commit is contained in:
Jeremy Soller
2019-06-10 14:01:18 -06:00
parent 2c430dae0d
commit 71dbd04b0c
3 changed files with 15 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ then
fi
UEFIPAYLOAD="$(realpath "$1")"
BUILD_TYPE=DEBUG
BUILD_TYPE=RELEASE
TOOLCHAIN=GCC5
pushd edk2 >/dev/null

View File

@@ -39,7 +39,6 @@ FIRMWARE_OPEN_VBT="${MODEL_DIR}/vbt.rom" \
PACKAGES_PATH="${MODEL_DIR}:$(realpath edk2-platforms):$(realpath apps)" \
./scripts/_build/edk2.sh \
"${UEFIPAYLOAD}" \
-D SOURCE_DEBUG_ENABLE=TRUE \
-D USE_HPET_TIMER=TRUE \
-D FIRMWARE_OPEN_FIRMWARE_SETUP="firmware-setup/firmware-setup.inf" \
-D FIRMWARE_OPEN_GOP_POLICY="gop-policy/gop-policy.inf" \