Skip to content

Commit 8fd398c

Browse files
authored
Merge pull request #11 from Hakkadaikon/develop
Develop -> Main
2 parents 0d7437f + de378e2 commit 8fd398c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ test
7070
ws-server
7171
result
7272
tmp/
73+
.cache/
7374
native/src
7475
native/lib
7576
native/obj

examples/echoback/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CFLAGS := \
7272
-falign-functions \
7373
-DLOG_LEVEL_ERROR
7474

75-
LDFLAGS := -flto -lwsserver
75+
LDFLAGS := -lwsserver
7676
else
7777
CFLAGS := \
7878
-I../../src \
@@ -86,7 +86,7 @@ CFLAGS := \
8686
-DLOG_LEVEL_ERROR
8787
endif
8888

89-
LDFLAGS := -lwsserver -static
89+
LDFLAGS := -lwsserver
9090
endif
9191
endif
9292

0 commit comments

Comments
 (0)