Update tools/build.sh

This commit is contained in:
John Wiegley 2014-04-13 23:26:07 -05:00
parent 8f8a94c28e
commit 78a6d35faa

View file

@ -4,8 +4,8 @@ flavor=$1
shift 1
JOBS=-j$(sysctl -n hw.activecpu)
OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS"
OPTIONS="$OPTIONS --prefix /usr/local/Cellar/ledger/HEAD"
#OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS"
OPTIONS="$flavor --debug --ninja $JOBS"
time ( \
cd ~/src/ledger ; \