From 6bff4f9d7faea9d096ef4b4966f621e5b48962a7 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 24 Jul 2018 22:37:25 +0100 Subject: [PATCH] updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d73b88a..7ff68d2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS= -g -Wall -Wextra -lgumbo -lcurl -lfuse -lcrypto \ +CFLAGS= -g -O2 -Wall -Wextra -lgumbo -lcurl -lfuse -lcrypto \ -D_FILE_OFFSET_BITS=64 OBJ = main.o network.o