From: Jan Rękorajski Date: Wed, 5 Jun 2019 07:11:14 +0000 (+0200) Subject: - looks like parallel build may work with clang X-Git-Tag: auto/th/firefox-67.0.1-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox.git;a=commitdiff_plain;h=a6388538e9abf79ab5bfb700fc9eda921fa17e64 - looks like parallel build may work with clang --- 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 ))