From 93b4711d7570862c3491895ed46d971547cd9d08 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Thu, 24 Oct 2019 03:18:49 +0100 Subject: [PATCH] removed some unnecessary compilation flags --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33bae3d..b6583a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ VERSION=1.2.0 -CFLAGS+= -O2 -Wall -Wextra -Wshadow\ - -rdynamic -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -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