From: fennecdjay Date: Fri, 15 Mar 2019 00:27:40 +0000 (+0100) Subject: :bug: SEVERITY X-Git-Tag: nightly~2671 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=2e59e49acfcf468d1a584c7f3eb346e519f1458d;p=gwion.git :bug: SEVERITY --- diff --git a/.travis.yml b/.travis.yml index cd796785..c4cc60aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +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 CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; export LIBS="$LIBS -lpsapi";