1do_configure:append:toolchain-clang() { 2 export EFI_CC="${CC}" 3 sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build 4} 5