Skip to content

Commit ce68e51

Browse files
author
Carsten Munk
committed
[rpm] Enable -j builds
Signed-off-by: Carsten Munk <[email protected]>
1 parent f9e117b commit ce68e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/llvm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cp %{_sourcedir}/LLVMBuild.txt projects/
4848
--enable-optimized \
4949
--enable-assertions \
5050
--disable-docs
51-
make tools-only
51+
make %{?_smp_mflags} tools-only
5252

5353
%install
5454
rm -rf %{buildroot}

0 commit comments

Comments
 (0)