There was an error while loading. Please reload this page.
1 parent abae183 commit 55a23acCopy full SHA for 55a23ac
1 file changed
Makefile
@@ -45,8 +45,8 @@ endef
45
define forWindows
46
ldflags += -Wl,--allow-multiple-definition
47
ldflags += -static-libgcc -static-libstdc++
48
- ldflags += -Wl,-Bstatic -lpthread -Wl,-Bdynamic
49
ldflags += -Wl,--as-needed
+ ldflags += -Wl,-Bstatic,--whole-archive -lpthread -Wl,--no-whole-archive,-Bdynamic
50
endef
51
52
PDLIBBUILDER_DIR=dep/pd-lib-builder
0 commit comments