From 9d39346d0414bb376a5bf04af11c6e67ac218367 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 2 Apr 2024 17:20:12 +0200 Subject: tools: Use mimalloc.o for statically linked tools --- etc/defaults/CC/tools.TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/CC/tools.TARGETS b/etc/defaults/CC/tools.TARGETS index 4b74449..08eb7b0 100644 --- a/etc/defaults/CC/tools.TARGETS +++ b/etc/defaults/CC/tools.TARGETS @@ -3,7 +3,7 @@ , "CC": ["gcc/bin/gcc"] , "CXX": ["gcc/bin/g++"] , "AR": ["gcc/bin/ar"] - , "LDFLAGS": ["-static"] + , "LDFLAGS": ["-static", "-l:mimalloc.o"] , "toolchain": ["staged-gcc"] , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"] } -- cgit v1.2.3