From a6388538e9abf79ab5bfb700fc9eda921fa17e64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 5 Jun 2019 09:11:14 +0200 Subject: [PATCH] - looks like parallel build may work with clang --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 03f36da..ab010e5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -2211,7 +2211,7 @@ export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" export RUSTFLAGS="-Cdebuginfo=0" %endif -export MOZ_MAKE_FLAGS="-j1" +#export MOZ_MAKE_FLAGS="-j1" export MOZ_SERVICES_SYNC="1" %if %{with pgo} D=$(( RANDOM % (200 - 100 + 1 ) + 5 )) -- 2.44.0