From b1a54627601ca2678eb8e7af6643937d603d730b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Jul 2009 21:53:54 -0700 Subject: remove large file support macros from the Makefile They're already unconditionally defined in compat-util.h, so avoid cluttering up the build output with them. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f896181..d7daceb 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE DISTNAME = pcu-$(GIT_VERSION) # overridable from command-line -CFLAGS = -g -O2 -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 +CFLAGS = -g -O2 -Wall LDFLAGS = -Wl,-O1 fadvise.c: compat-util.h -- cgit v1.2.3-24-ge0c7