qemu: disable coroutine pool

This commit is contained in:
Jeremy Soller 2024-09-19 21:04:16 -06:00
parent dd83c1a374
commit 48bd798094
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -28,6 +28,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
--prefix="/usr"
--cross-prefix="${TARGET}"
--static
--disable-coroutine-pool
--disable-tpm
)
case "${TARGET}" in