Skip to content

Commit 754e94e

Browse files
authored
Merge pull request #2969 from stan-dev/fix/tbbmalloc-always-building
Only build tbbmalloc[_proxy] if requested
2 parents f627912 + 96785ee commit 754e94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/libraries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ endif
169169
touch $(TBB_BIN)/tbb-make-check
170170

171171

172-
$(TBB_BIN)/tbb.def: $(TBB_BIN)/tbb-make-check $(TBB_BIN)/tbbmalloc.def
172+
$(TBB_BIN)/tbb.def: $(TBB_BIN)/tbb-make-check
173173
@mkdir -p $(TBB_BIN)
174174
touch $(TBB_BIN)/version_$(notdir $(TBB))
175175
tbb_root="$(TBB_RELATIVE_PATH)" CXX="$(CXX)" CC="$(TBB_CC)" LDFLAGS='$(LDFLAGS_TBB)' '$(MAKE)' -C "$(TBB_BIN)" -r -f "$(TBB_ABSOLUTE_PATH)/build/Makefile.tbb" compiler=$(TBB_CXX_TYPE) cfg=release stdver=c++1y CXXFLAGS="$(TBB_CXXFLAGS)"

0 commit comments

Comments
 (0)