Removed -j16 from lib/Makefile
This commit is contained in:
parent
a51b7ec4fa
commit
e1c419b6be
1 changed files with 2 additions and 2 deletions
|
|
@ -13,13 +13,13 @@ BOOST_VERSION = 1_40_0
|
|||
# architecture=combined
|
||||
boost-release:
|
||||
(cd $(BOOST_SOURCE) && \
|
||||
bjam release -j16 --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
|
||||
bjam release --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
|
||||
--build-dir=$(HOME)/Products/boost_$(BOOST_VERSION) \
|
||||
--toolset=darwin --build-type=complete --layout=versioned install)
|
||||
|
||||
boost-debug:
|
||||
(cd $(BOOST_SOURCE) && \
|
||||
bjam debug -j16 --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
|
||||
bjam debug --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
|
||||
--build-dir=$(HOME)/Products/boost_$(BOOST_VERSION) \
|
||||
--toolset=darwin --build-type=complete --layout=versioned \
|
||||
define=_GLIBCXX_DEBUG=1 install)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue