]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mingw: remove duplicate `USE_NED_ALLOCATOR` directive
authorHarshil-Jani <harshiljani2002@gmail.com>
Thu, 2 Feb 2023 03:51:37 +0000 (03:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Feb 2023 16:06:20 +0000 (08:06 -0800)
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 <harshiljani2002@gmail.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname

index d63629fe807f59deda80ed780c1915df011bf862..377667c4bbc5012c9794533a2b6a2419e1a553f3 100644 (file)
@@ -652,7 +652,6 @@ ifeq ($(uname_S),MINGW)
        USE_WIN32_IPC = YesPlease
        USE_WIN32_MMAP = YesPlease
        MMAP_PREVENTS_DELETE = UnfortunatelyYes
-       USE_NED_ALLOCATOR = YesPlease
        UNRELIABLE_FSTAT = UnfortunatelyYes
        OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
        NO_REGEX = YesPlease