From 9c541ad4617a4cbe3be6c07fb37336fee1e04d9c Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Fri, 2 Jul 2021 12:36:46 -0400 Subject: [PATCH] [oneTBB] build only required target(s) The 'all' target builds tbbmalloc and tbbmalloc_proxy which mold does not care about. Signed-off-by: Nehal J Wani --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab3d81b7..57286117 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ $(MIMALLOC_LIB): $(TBB_LIB): mkdir -p oneTBB/out (cd oneTBB/out; cmake -DBUILD_SHARED_LIBS=OFF -DTBB_TEST=OFF -DCMAKE_CXX_FLAGS=-D__TBB_DYNAMIC_LOAD_ENABLED=0 ..) - $(MAKE) -C oneTBB/out + $(MAKE) -C oneTBB/out tbb (cd oneTBB/out; ln -sf *_relwithdebinfo libs) test tests check: all