mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Fixup largefile settings
-Erik
This commit is contained in:
parent
b3f7261ffe
commit
ecfa290cfd
@ -162,7 +162,7 @@ OPTIMIZATIONS:=$(OPTIMIZATION) -fomit-frame-pointer
|
|||||||
|
|
||||||
ifeq ($(strip $(DOLFS)),true)
|
ifeq ($(strip $(DOLFS)),true)
|
||||||
# For large file summit support
|
# For large file summit support
|
||||||
CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64
|
CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(DODMALLOC)),true)
|
ifeq ($(strip $(DODMALLOC)),true)
|
||||||
# For testing mem leaks with dmalloc
|
# For testing mem leaks with dmalloc
|
||||||
|
Loading…
Reference in New Issue
Block a user