aboutsummaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.sh b/common.sh
index 893a430..34d3ff3 100755
--- a/common.sh
+++ b/common.sh
@@ -140,7 +140,7 @@ build_install_qemu()
MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION="
pushd qemu >/dev/null
- run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST
+ run_cmd ./configure --disable-werror --target-list=x86_64-softmmu --prefix=$DEST
run_cmd $MAKE
run_cmd $MAKE install
popd >/dev/null