From 02417a051509d94857c771996bbfab4212f10fc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 21:19:30 +0100 Subject: [PATCH] :wrench: Windows -rdynamic? --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a94fe81a..12e52d8e 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ CFLAGS += -Iinclude ifeq (${BUILD_ON_WINDOWS}, 1) ifeq (${CC}, gcc) +LDFLAGS += -rdynamic LDFLAGS += -lm endif else -- 2.43.0