diff options
author | van Hauser <vh@thc.org> | 2024-05-17 23:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 23:55:55 +0200 |
commit | e7d871c8bf64962a658e447b90a1a3b43aaddc28 (patch) | |
tree | 7aec2a095a30ed609ce96f85ec3c4e0a8b8eb74c /qemu_mode/build_qemu_support.sh | |
parent | 497f341eac230fab13d6b5c5153c36321371b180 (diff) | |
parent | 56d5aa3101945e81519a3fac8783d0d8fad82779 (diff) | |
download | afl++-e7d871c8bf64962a658e447b90a1a3b43aaddc28.tar.gz |
Merge pull request #2093 from AFLplusplus/dev
push to stable
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index ecc90ef5..19336114 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -202,6 +202,8 @@ QEMU_CONF_FLAGS=" \ --disable-xfsctl \ --target-list="${CPU_TARGET}-linux-user" \ --without-default-devices \ + --extra-cflags=-Wno-int-conversion \ + --disable-werror \ " if [ -n "${CROSS_PREFIX}" ]; then @@ -243,7 +245,6 @@ if [ "$DEBUG" = "1" ]; then --enable-debug-stack-usage \ --enable-debug-tcg \ --enable-qom-cast-debug \ - --enable-werror \ " else @@ -254,7 +255,6 @@ else --disable-debug-tcg \ --disable-qom-cast-debug \ --disable-stack-protector \ - --disable-werror \ --disable-docs \ " |