--export-dynamic is not supported for PE+ targets

This commit is contained in:
Rafal Kupiec 2018-07-21 22:19:18 +02:00
parent 3f776c8ef1
commit 2ad252e6f0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ ifeq "$(PLATFORM)" "Windows"
MD := md
RM := del /F
LIBS := -ldl -lm
LFLAGS := $(LFLAGS) -Wl,--export-dynamic -rdynamic
LFLAGS := $(LFLAGS) -Wl,--export-all-symbols -rdynamic
ESUFFIX := .exe
LSUFFIX := .dll
endif