From b7304ae476e663c5a719727ccb6db04b02d972be Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mar 22 2015 11:04:16 +0000 Subject: Re-enable parallel make No problems here. The makefile is generated by cmake, I guess it should have the dependencies right. The serial build is just too slow. --- diff --git a/kicad.spec b/kicad.spec index 6cdf5fb..73faf17 100644 --- a/kicad.spec +++ b/kicad.spec @@ -225,7 +225,7 @@ popd # %cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON \ -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config-3.0-gtk2 -%{__make} -j1 VERBOSE=1 +%{__make} %{_smp_mflags} VERBOSE=1 %install