]> git.99rst.org Git - git.git/commit
mingw: remove duplicate `USE_NED_ALLOCATOR` directive
authorHarshil-Jani <redacted>
Thu, 2 Feb 2023 03:51:37 +0000 (03:51 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Acked-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.mak.uname
git clone https://git.99rst.org/PROJECT