From: Harshil-Jani Date: Thu, 2 Feb 2023 03:51:37 +0000 (+0000) Subject: mingw: remove duplicate `USE_NED_ALLOCATOR` directive X-Git-Tag: v2.40.0-rc0~29^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0b50458b95e33023a9d57cd78dae784ff4b5489;p=thirdparty%2Fgit.git 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 Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/config.mak.uname b/config.mak.uname index d63629fe80..377667c4bb 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -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