From 57365a142a49e82c73132db1f8e77ef5914175a5 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 16 Mar 2019 00:28:46 +0100 Subject: [PATCH] severity --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf9ab80e..f59b58a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ install: export BUILD_ON_WINDOWS=1; git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; export VALGRIND="NO_VALGRIND"; - export SEVERITY=2; + export SEVERITY=1; export CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -shared -fPIC dlfcn-win32/libdl.a -Wl,--export-all -Wl,--enable-auto-import -Wl,--out-implib,libgwion.a"; export LIBS="$LIBS -lpsapi -shared -fPIC"; -- 2.43.0