Set NO_MMAP for Cygwin by default
This should not be necessary for people who only use NTFS, but for people with FAT32 it seems to be an issue. Let's ship with a safer default. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
ccdfdea08d
commit
87ac1390d9
4
Makefile
4
Makefile
@ -360,8 +360,8 @@ ifeq ($(uname_O),Cygwin)
|
|||||||
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
||||||
# There are conflicting reports about this.
|
# There are conflicting reports about this.
|
||||||
# On some boxes NO_MMAP is needed, and not so elsewhere.
|
# On some boxes NO_MMAP is needed, and not so elsewhere.
|
||||||
# Try uncommenting this if you see things break -- YMMV.
|
# Try commenting this out if you suspect MMAP is more efficient
|
||||||
# NO_MMAP = YesPlease
|
NO_MMAP = YesPlease
|
||||||
NO_IPV6 = YesPlease
|
NO_IPV6 = YesPlease
|
||||||
X = .exe
|
X = .exe
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user