summarylogtreecommitdiffstats
path: root/mozconfig.in
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-08-23 21:14:34 +0100
committerWorMzy Tykashi2017-08-23 21:14:34 +0100
commitc3a324ca39377b0e8adefe39f590a8b4b64b1abf (patch)
tree998b1c76e1816106b13d0624628809c2d671d0af /mozconfig.in
parent46e01e20b382dc6f28b52294819fe99efd8b7d9b (diff)
downloadaur-c3a324ca39377b0e8adefe39f590a8b4b64b1abf.tar.gz
Remove build job limit and add glibc 2.26 fix
Diffstat (limited to 'mozconfig.in')
-rw-r--r--mozconfig.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/mozconfig.in b/mozconfig.in
index 5d276cb70426..f8b67e2e234d 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -27,8 +27,9 @@ export CXX=g++-5
# Use python2
mk_add_options PYTHON=/usr/bin/python2
-# use multiple job threads to speed up compilation
-mk_add_options MOZ_MAKE_FLAGS="-j4"
+# uncomment the following to limit the number of parallel build jobs
+# remember to run updpkgsums after, or you'll get a checksum failure
+#mk_add_options MOZ_MAKE_FLAGS="-j4"
# disable junk
ac_add_options --disable-codesighs