aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/test-clang
diff options
context:
space:
mode:
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 1eb61a3af7..e90a793178 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 \