From cf9a9279c26e7f5fa57e06bd496a80a536706336 Mon Sep 17 00:00:00 2001 From: Davidson Francis Date: Tue, 6 Aug 2024 22:50:30 -0300 Subject: [PATCH] Add -O2 flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35f2276..ff5194b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # CC ?= cc -CFLAGS += -Wall -Wextra +CFLAGS += -Wall -Wextra -O2 LDLIBS += -pthread -lcurl STRIP = strip VERSION = v0.1