Commit b421532e by Evgeny Vereshchagin

ci: make use of --enable-sanitizers instead of CFLAGS

parent 6622f651
...@@ -31,7 +31,7 @@ if [[ "$CC" == "gcc" ]]; then ...@@ -31,7 +31,7 @@ if [[ "$CC" == "gcc" ]]; then
fi fi
./autogen.sh ./autogen.sh
CFLAGS="-Wall -Werror -fsanitize=address,undefined" ./configure --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined CFLAGS="-Wall -Werror" ./configure --enable-sanitizers --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined
make make
make install make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment