]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Windows -rdynamic?
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:19:30 +0000 (21:19 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:19:30 +0000 (21:19 +0100)
Makefile

index a94fe81adde835236a5bbf281142ae04f4a1866b..12e52d8ef069a8e67c94d5c1a0929d592a0d1b68 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ CFLAGS  += -Iinclude
 
 ifeq (${BUILD_ON_WINDOWS}, 1)
 ifeq (${CC}, gcc)
+LDFLAGS += -rdynamic
 LDFLAGS += -lm
 endif
 else