]> Nishi Git Mirror - gwion.git/commitdiff
:art: less rdynamic more shared
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 21:36:20 +0000 (22:36 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 21:36:20 +0000 (22:36 +0100)
.travis.yml

index 268b5a536e0bf972ae0c28e1028e5a8d2fef6cbc..a14337b19a6dd254a5a3eaa7fdf992cad2e08d3a 100644 (file)
@@ -53,7 +53,7 @@ install:
       export VALGRIND="NO_VALGRIND";
       export SEVERITY=1;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
-      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -shared -fPIC dlfcn-win32/libdl.a";
+      export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi -shared -fPIC dlfcn-win32/libdl.a -Wl,--export-all -Wl,--enable-auto-import";
       export LIBS="$LIBS -lpsapi -shared -fPIC";
     fi;