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 0d7437f + de378e2 commit 8fd398cCopy full SHA for 8fd398c
.gitignore
@@ -70,6 +70,7 @@ test
70
ws-server
71
result
72
tmp/
73
+.cache/
74
native/src
75
native/lib
76
native/obj
examples/echoback/Makefile
@@ -72,7 +72,7 @@ CFLAGS := \
-falign-functions \
-DLOG_LEVEL_ERROR
-LDFLAGS := -flto -lwsserver
+LDFLAGS := -lwsserver
else
77
CFLAGS := \
78
-I../../src \
@@ -86,7 +86,7 @@ CFLAGS := \
86
87
endif
88
89
-LDFLAGS := -lwsserver -static
90
91
92
0 commit comments