summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 7b63c88..ed051c3 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -52,7 +52,7 @@ CPPFLAGS += $(INCLUDES) -g -fexceptions -DLUATASK_OMIT_COMMAND -DSTDC_HEADERS -D
LDFLAGS_BASIC += -g -fexceptions
-LDFLAGS += $(LDFLAGS_BASIC) -Wl,--enable-auto-image-base -Wl,--export-dynamic --export-all-symbols -Wl,--enable-auto-import -fexceptions -Wl,--enable-stdcall-fixup
+LDFLAGS += $(LDFLAGS_BASIC) -Wl,--enable-auto-image-base -Wl,--export-all-symbols -Wl,--enable-auto-import -fexceptions -Wl,--enable-stdcall-fixup
LIBS += -L../gnuwin32/lib ../libreadline-static.a -lz.dll -lucl.dll -lwsock32 -lws2_32 ../pthreads-w32-2-8-0-release/libpthreadGC2.a ../LuaJIT-win32/src/libluajit.a