Speed up building Lua doc

This commit is contained in:
Robin Gareus 2023-09-22 16:10:51 +02:00
parent 34c40e0a44
commit 4c1db67957
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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=\"/\" \