3 # Compile and check with clang & --enable-debug --enable-sanitizers.
5 # Copyright (c) 2016-2018 Red Hat Inc.
8 # Fam Zheng <famz@redhat.com>
9 # Marc-André Lureau <marcandre.lureau@redhat.com>
11 # This work is licensed under the terms of the GNU GPL, version 2
12 # or (at your option) any later version. See the COPYING file in
13 # the top-level directory.
21 OPTS
="--cxx=clang++ --cc=clang --host-cc=clang"
22 OPTS
="--enable-debug --enable-sanitizers $OPTS"