mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-05 22:34:56 +01:00
Speed up building Lua doc
This commit is contained in:
parent
34c40e0a44
commit
4c1db67957
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ TMPFILE=`mktemp`
|
|||
trap 'rm -f $TMPFILE' exit SIGINT SIGTERM
|
||||
|
||||
echo "# analyzing source.. -> $TMPFILE"
|
||||
time ./tools/doxy2json/doxy2json -j 4 \
|
||||
time nice ./tools/doxy2json/doxy2json -j 8 \
|
||||
$LLVMINCLUDE \
|
||||
-D PACKAGE=\"doc\" \
|
||||
-D PROGRAM_NAME=\"Ardour\" -D PROGRAM_VERSION=\"6\" -D LOCALEDIR=\"/\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue