about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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