Skip to content

Commit

Permalink
Support multiple cores to accelerate build. (#253)
Browse files Browse the repository at this point in the history
* support multiple cores

* use auto for all cores

---------

Co-authored-by: ZhangJianyu <[email protected]>
  • Loading branch information
NeoZhangJianyu and arthw authored Nov 18, 2024
1 parent 424a31b commit da26f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da26f27

Please sign in to comment.