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 5dddca3 commit 053ecd2Copy full SHA for 053ecd2
Makefile
@@ -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
-
7
CFLAGS := -Werror -Wall -Wextra -Wpedantic
+LDFLAGS := -Wl,--gc-sections -lpthread -ldl
8
9
all: target/crustls-demo
10
target/crustls-demo httpbin.org /headers
0 commit comments