aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/test-clang
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2018-01-04 17:05:11 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2018-01-12 13:22:02 +0100
commit11545663d1277c5aecb6ccbcbf6cce78340df7db (patch)
tree990732d500798343f44e5d3c8d381d504d1585b1 /tests/docker/test-clang
parentc08d08b27cadb0809eea25b49d8128e9335b5dce (diff)
downloadqemu-11545663d1277c5aecb6ccbcbf6cce78340df7db.zip
qemu-11545663d1277c5aecb6ccbcbf6cce78340df7db.tar.gz
qemu-11545663d1277c5aecb6ccbcbf6cce78340df7db.tar.bz2
tests/docker: add test-debug
Add a new test with --enable-debug using clang/asan/ubsan, remove --enable-debug from test-clang & test-mingw. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20180104160523.22995-7-marcandre.lureau@redhat.com> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/docker/test-clang')
-rwxr-xr-xtests/docker/test-clang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/test-clang b/tests/docker/test-clang
index 1eb61a3..e90a793 100755
--- a/tests/docker/test-clang
+++ b/tests/docker/test-clang
@@ -17,7 +17,7 @@ requires clang
cd "$BUILD_DIR"
-OPTS="--enable-debug --cxx=clang++ --cc=clang --host-cc=clang"
+OPTS="--cxx=clang++ --cc=clang --host-cc=clang"
# -fsanitize=undefined is broken on Fedora 23, skip it for now
# See also: https://bugzilla.redhat.com/show_bug.cgi?id=1263834
#OPTS="$OPTS --extra-cflags=-fsanitize=undefined \