Skip to content

Commit 94b3685

Browse files
Increase parallel job slots
1 parent 6a8994f commit 94b3685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ice/rpm/ice-aix.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
%define configs shared cpp11-shared
3939
%endif
4040

41-
%define makebuildopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} -j5
41+
%define makebuildopts COMPILER=%{cppcompiler} CONFIGS="%{configs}" OPTIMIZE=yes V=1 %{runpath} -j10
4242
%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
4343

4444
Name: %{?nameprefix}ice

0 commit comments

Comments
 (0)