1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00

Merge pull request #68 from nehaljwani/tbb-only

[oneTBB] build only required target(s)
This commit is contained in:
Rui Ueyama 2021-07-03 01:43:44 +09:00 committed by GitHub
commit 4749764e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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