diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ OPTIMIZATIONS:=$(OPTIMIZATION) -fomit-frame-pointer | |||
162 | 162 | ||
163 | ifeq ($(strip $(DOLFS)),true) | 163 | ifeq ($(strip $(DOLFS)),true) |
164 | # For large file summit support | 164 | # For large file summit support |
165 | CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 | 165 | CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |
166 | endif | 166 | endif |
167 | ifeq ($(strip $(DODMALLOC)),true) | 167 | ifeq ($(strip $(DODMALLOC)),true) |
168 | # For testing mem leaks with dmalloc | 168 | # For testing mem leaks with dmalloc |