mirror of
https://github.com/NixOS/nix
synced 2025-07-08 15:13:55 +02:00
RPM build: Use parallel make
This commit is contained in:
parent
bb6656b8a2
commit
e4dd7dadf4
2 changed files with 3 additions and 2 deletions
|
@ -107,7 +107,7 @@ extraFlags=
|
|||
%configure --localstatedir=/nix/var \
|
||||
--docdir=%{_defaultdocdir}/%{name}-doc-%{version} \
|
||||
$extraFlags
|
||||
make %{?_smp_flags}
|
||||
make -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
|
||||
%{_emacs_bytecompile} misc/emacs/nix-mode.el
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue