From d368877d92dbee6616ec86b381679f62b6d16124 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Mon, 24 Jan 2022 14:43:42 -0800 Subject: [PATCH] doc: disable multi-threaded Doxygen This was causing seg-faults on Mac --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index e8bb803de..05f7d0662 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -474,7 +474,7 @@ LOOKUP_CACHE_SIZE = 2 # DOT_NUM_THREADS setting. # Minimum value: 0, maximum value: 32, default value: 1. -NUM_PROC_THREADS = 0 +NUM_PROC_THREADS = 1 #--------------------------------------------------------------------------- # Build related configuration options