Skip to content

Commit 3de6a26

Browse files
kartbenjhedberg
authored andcommitted
doc: doxygen: enable Doxygen parallel build
Parallel build for Doxygen has been available since v1.9, and allows to claim a few seconds off the build time (only the input processing can be done in parallel, but that's still a noticeable performance improvement). Set NUM_PROC_THREADS to 0 to use as many cores as available on the system (21 seconds build-time down to 16 on my machine). Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 884155d commit 3de6a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ LOOKUP_CACHE_SIZE = 9
527527
# DOT_NUM_THREADS setting.
528528
# Minimum value: 0, maximum value: 32, default value: 1.
529529

530-
NUM_PROC_THREADS = 1
530+
NUM_PROC_THREADS = 0
531531

532532
# If the TIMESTAMP tag is set different from NO then each generated page will
533533
# contain the date or date and time when the page was generated. Setting this to

0 commit comments

Comments
 (0)