edk2: switch to release builds

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Gerd Hoffmann 2022-03-07 12:35:06 +01:00
parent e2f3137c73
commit ca26041500
2 changed files with 10 additions and 9 deletions

View file

@ -50,6 +50,6 @@ qemu_edk2_set_cross_env "$emulation_target"
build \
--cmd-len=65536 \
-n "$edk2_thread_count" \
--buildtarget=DEBUG \
--buildtarget=RELEASE \
--tagname="$edk2_toolchain" \
"${args[@]}"