Skip to content
Snippets Groups Projects
Verified Commit 48bd7980 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

qemu: disable coroutine pool

parent dd83c1a3
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ COOKBOOK_CONFIGURE_FLAGS=( ...@@ -28,6 +28,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
--prefix="/usr" --prefix="/usr"
--cross-prefix="${TARGET}" --cross-prefix="${TARGET}"
--static --static
--disable-coroutine-pool
--disable-tpm --disable-tpm
) )
case "${TARGET}" in case "${TARGET}" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment