commit | e32aaeebec603292abbeafc65c84f2df34cb3160 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Oct 24 15:30:17 2018 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Wed Oct 24 15:30:17 2018 +1030 |
tree | 29f013f27f042b3f9cebdeaa74f735db2e394b57 | |
parent | 13b7b4237e5fb51e7328258b9c718f941b50709d [diff] |
qemu-build: Disable -Werror Werror is useful for the qemu developers, but not for us. When building for CI we want a binary to be produced if at all possible. Change-Id: Ife36a3d97100ed64c280acee766887c8c5d68dd8 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/qemu-build.sh b/qemu-build.sh index 6404576..7a5b533 100755 --- a/qemu-build.sh +++ b/qemu-build.sh
@@ -116,6 +116,7 @@ --disable-gnutls \ --disable-vte \ --disable-vnc \ + --disable-werror \ --disable-vnc-png make -j4