]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Window flags
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 11:00:45 +0000 (13:00 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 11:00:45 +0000 (13:00 +0200)
Makefile

index 5fe28f582fe3a788d98869bfd94f166eb256f1ed..cce625deb241fbff6f250b74e63a406ae50e67a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,7 @@ CFLAGS  += -Iinclude
 
 ifeq (${BUILD_ON_WINDOWS}, 1)
 ifeq (${CC}, gcc)
-CFLAGS += -export-dynamic
 LDFLAGS += -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=libgwion.dll.a
-CFLAGS += -Wl,-export-dynamic
-LDFLAGS += -Wl,-export-dynamic
 LDFLAGS += -lm
 endif
 else