From b57ca1c9e3f6fd1e4ea796e82e9863ffab0cb76e Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sun, 10 Dec 2006 11:45:38 -0800 Subject: [PATCH] Build with support for large files enabled. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2221fb..8fc6f05 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-O -Wall +CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 OBJS=scandir.o -- 2.20.1