Skip to content

Commit 053ecd2

Browse files
committed
Remove Darwin from Makefile.
1 parent 5dddca3 commit 053ecd2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
ifeq ($(shell uname),Darwin)
2-
LDFLAGS := -Wl,-dead_strip
3-
else
4-
LDFLAGS := -Wl,--gc-sections -lpthread -ldl
5-
endif
6-
71
CFLAGS := -Werror -Wall -Wextra -Wpedantic
2+
LDFLAGS := -Wl,--gc-sections -lpthread -ldl
83

94
all: target/crustls-demo
105
target/crustls-demo httpbin.org /headers

0 commit comments

Comments
 (0)