From f23f201ecb91420c2410b2397b3d844e9315982c Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Mon, 23 Aug 2021 11:08:20 -0500 Subject: fix launch script to keep in sync with qemu update --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.sh') diff --git a/common.sh b/common.sh index 1b5ff3b..0ad240f 100755 --- a/common.sh +++ b/common.sh @@ -99,7 +99,7 @@ build_install_qemu() MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION=" pushd qemu >/dev/null - run_cmd ./configure --target-list=x86_64-softmmu --disable-werror --prefix=$DEST --enable-trace-backend=log --enable-debug --extra-cflags="-g3" --extra-ldflags="-g3" --disable-strip --disable-pie --disable-werror --disable-glusterfs + run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST run_cmd $MAKE run_cmd $MAKE install popd >/dev/null -- cgit v1.2.3-71-gd317