Skip to content

Commit c0b5045

Browse files
Harshil-Janigitster
authored andcommitted
mingw: remove duplicate USE_NED_ALLOCATOR directive
nedalloc was added to fix the slowness of memory allocator. Here specifically for the MSys2 build there seems to be a duplication of USE_NED_ALLOCATOR directive. So this patch intends to remove the duplicate USE_NED_ALLOCATOR and keeping it only into the MSys2 config section so it still uses the nedalloc. Signed-off-by: Harshil-Jani <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 844ede3 commit c0b5045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ ifeq ($(uname_S),MINGW)
652652
USE_WIN32_IPC = YesPlease
653653
USE_WIN32_MMAP = YesPlease
654654
MMAP_PREVENTS_DELETE = UnfortunatelyYes
655-
USE_NED_ALLOCATOR = YesPlease
656655
UNRELIABLE_FSTAT = UnfortunatelyYes
657656
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
658657
NO_REGEX = YesPlease

0 commit comments

Comments
 (0)