Limit the number of linker jobs to 1
This commit is contained in:
parent
4ca785f8a6
commit
317b7917e6
@ -180,6 +180,7 @@ cd _build
|
||||
# force off shared libs as cmake macros turns it on.
|
||||
%cmake .. -G Ninja \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DLLVM_PARALLEL_LINK_JOBS=1 \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
%ifarch s390 %{arm} %ix86
|
||||
-DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
|
||||
|
Loading…
Reference in New Issue
Block a user