summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-14 20:31:31 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-14 20:31:31 +0100
commit68d111b1eb33e30bf6706019d30b23d1fd29a427 (patch)
tree505308926ce793bd5f01e98f3280b4300ce622b5 /firefox.spec
parentUpdate to 84 B2, Test update (diff)
downloadlibrewolf-fedora-ff-68d111b1eb33e30bf6706019d30b23d1fd29a427.tar.gz
librewolf-fedora-ff-68d111b1eb33e30bf6706019d30b23d1fd29a427.tar.bz2
librewolf-fedora-ff-68d111b1eb33e30bf6706019d30b23d1fd29a427.zip
Removed -j64
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index cfbd23a..3eefb70 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -667,7 +667,6 @@ MOZ_SMP_FLAGS=-j1
[ "$RPM_BUILD_NCPUS" -ge 16 ] && MOZ_SMP_FLAGS=-j16
[ "$RPM_BUILD_NCPUS" -ge 24 ] && MOZ_SMP_FLAGS=-j24
[ "$RPM_BUILD_NCPUS" -ge 32 ] && MOZ_SMP_FLAGS=-j32
-[ "$RPM_BUILD_NCPUS" -ge 64 ] && MOZ_SMP_FLAGS=-j64
%endif
echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig
bgstack15