From 623f1020e704c453d24996b01a531936c7f453e9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 30 Apr 2017 21:20:48 +1200 Subject: Correct CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53b57fb..47e684f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -O2 -finline +CFLAGS += -O2 -finline-functions LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek -- cgit v1.1