From da26f2734b49c3f043618f90b1fad8b88a4b496f Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Mon, 18 Nov 2024 13:58:13 +0800 Subject: [PATCH] Support multiple cores to accelerate build. (#253) * support multiple cores * use auto for all cores --------- Co-authored-by: ZhangJianyu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2026cc86..701baac2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ else endif # You can set these variables from the command line. -SPHINXOPTS ?= -q +SPHINXOPTS ?= -q -j auto SPHINXBUILD = sphinx-build SPHINXPROJ = "OPEA Project" BUILDDIR ?= _build