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.
1 parent 2d9a20c commit 02bd3ecCopy full SHA for 02bd3ec
Makefile
@@ -5,8 +5,8 @@ DLL = fbuild-netcache.dll
5
CPPFLAGS = -Wall
6
INCLUDES = -I3rdparty
7
CXXFLAGS = -std=c++20 -Os
8
-LDFLAGS = -shared
9
-LIBS = -lws2_32 -lcrypt32 -lssl -lcrypto
+LDFLAGS = -shared -static
+LIBS = -lssl -lcrypto -lws2_32 -lcrypt32
10
11
$(DLL): $(SRC)
12
$(CXX) $(CPPFLAGS) $(INCLUDES) $(CXXFLAGS) $^ -o $@ $(LDFLAGS) $(LIBS)
0 commit comments