Use parallel make for build

On my system it improves build time from 20+ minutes to a few and does not cause any issues in test suite or similar.
This commit is contained in:
Igor Raits 2023-02-24 17:55:28 +00:00
parent d713068e22
commit 9a8f56b741

View File

@ -810,7 +810,7 @@ pushd emacs-erlang
popd
%endif %{__with_emacs}
make
%make_build
%if %{with doc}
# should use FOP_OPTS after #832323 is resolved