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