We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94a3d7e + 2db8324 commit efda8ebCopy full SHA for efda8eb
templates/bmakecommon.mpt
@@ -106,8 +106,8 @@ common_libs = crtbegin.o ws2_32$(LIB_EXT) -lmoldname -lucrt -lmingw32 -lmingwex
106
dll_libs = dllcrt2.o
107
exe_libs = crt2.o
108
tlib = tlib64
109
-dllflags = -m i386pep -shared --Bstatic --enable-auto-image-base
110
-exeflags = -m i386pep --Bstatic
+dllflags = -m i386pep -shared --Bdynamic --enable-auto-image-base
+exeflags = -m i386pep --Bdynamic
111
object_search_path = 0
112
linker_dll_arguments = $(DLLFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME)$(DLL_EXT) --out-implib $(OUTPUTDIR)$(NAME).lib $(DLLLIBS) $(LIBFILES) $(RESOURCE)
113
linker_exe_arguments = $(EXEFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME).exe $(EXELIBS) $(LIBFILES) $(RESOURCE)
0 commit comments