From 2e8454669804942b411c5292eced98800e7821e9 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 22:02:07 +0100 Subject: [PATCH] :art: -rdynamic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4d77b3b..3702e8bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ install: export SEVERITY=1; export CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; - export LIBS="$LIBS -lpsapi -shared -fPIC"; + export LIBS="$LIBS -lpsapi -shared -fPIC -rdynamic"; fi; before_script: -- 2.43.0