Skip to content

Commit

Permalink
Increase parallel job slots
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored May 21, 2020
1 parent 6a8994f commit 94b3685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/rpm/ice-aix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%define configs shared cpp11-shared
%endif

%define makebuildopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} -j5
%define makebuildopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} -j10
%define makeinstallopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} DESTDIR=%{buildroot} prefix=%{_prefix} install_bindir=%{_bindir} install_libdir=%{_libdir} install_slicedir=%{_datadir}/ice/slice install_includedir=%{_includedir} install_mandir=%{_mandir} install_configdir=%{_datadir}/ice

Name: %{?nameprefix}ice
Expand Down

0 comments on commit 94b3685

Please sign in to comment.