From: fennecdjay Date: Fri, 15 Mar 2019 00:41:57 +0000 (+0100) Subject: :bug: TRUE SEVERITY X-Git-Tag: nightly~2670 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=1a2780b64a06b2e7f04abcd15ef5c5000a507376;p=gwion.git :bug: TRUE SEVERITY --- diff --git a/.travis.yml b/.travis.yml index c4cc60aa..4434a99b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ install: printf "\033[31m%s033[0m\n" $(which valgrind); git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; export VALGRIND=; - export SEVERITY=3; + export SEVERITY=2; export CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; export LIBS="$LIBS -lpsapi";