5 lines
117 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
do_configure:append:toolchain-clang() {
export EFI_CC="${CC}"
sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build
}