From 8eff855daee1c5376edb992ff7b7cb5cfdc011e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 13:00:45 +0200 Subject: [PATCH] :wrench: Window flags --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 5fe28f58..cce625de 100644 --- 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 -- 2.43.0