]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc0b50458b95e33023a9d57cd78dae784ff4b5489
tree5cd31a2334d714e8bb65bdd7b342f43ba22a7b6c
parent844ede312b4e988881b6e27e352f469d8ab80b2a
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 <harshiljani2002@gmail.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname