diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-03-07 12:35:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-03-15 07:18:29 +0100 |
commit | ca26041500eb7e0f3bcd13841467a3dc23b96023 (patch) | |
tree | b7273af44a08c6ebd5727761791070531769dcc0 /roms/edk2-build.sh | |
parent | e2f3137c7344d3775a8abee81434acd3c0efca76 (diff) |
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>
Diffstat (limited to 'roms/edk2-build.sh')
-rwxr-xr-x | roms/edk2-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/edk2-build.sh b/roms/edk2-build.sh index d5391c7637..ea79dc27a2 100755 --- a/roms/edk2-build.sh +++ b/roms/edk2-build.sh @@ -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[@]}" |