From ea29af0e89a315e1bd54a8389a6848cd18a3c243 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Mon, 28 Oct 2019 00:27:03 +0000 Subject: [PATCH] removed -g from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 383d856..e0f8422 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=1.2.0 -CFLAGS += -g -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\ +CFLAGS += -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\ `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` LIBS = -pthread -lgumbo -lcurl -lfuse -lcrypto -luuid -lexpat