diff options
Diffstat (limited to 'tools/build.sh')
-rwxr-xr-x | tools/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build.sh b/tools/build.sh index 2abf70b8..e79689e3 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -4,7 +4,7 @@ flavor=$1 shift 1 JOBS=-j$(sysctl -n hw.activecpu) -OPTIONS="$flavor --debug --python --doxygen $JOBS" +OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS" time ( \ cd ~/src/ledger ; \ |