Update tools/build.sh
This commit is contained in:
parent
8f8a94c28e
commit
78a6d35faa
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue