summaryrefslogtreecommitdiff
path: root/newmoon/debian/mozconfig
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-14 20:10:20 +0000
committerB. Stack <bgstack15@gmail.com>2021-11-14 20:10:20 +0000
commit97a7101dfd39d878a67512b592513a83fff619a3 (patch)
tree279aa2b7772d4d730a40cf2a552e996862402f91 /newmoon/debian/mozconfig
parentMerge branch 'scite-bump' into 'master' (diff)
parentadd lsb-release to dsc (diff)
downloadstackrpms-97a7101dfd39d878a67512b592513a83fff619a3.tar.gz
stackrpms-97a7101dfd39d878a67512b592513a83fff619a3.tar.bz2
stackrpms-97a7101dfd39d878a67512b592513a83fff619a3.zip
Merge branch 'newmoon-bump' into 'master'
use gcc 10 See merge request bgstack15/stackrpms!272
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r--newmoon/debian/mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig
index 1b2bfed..47cd6ec 100644
--- a/newmoon/debian/mozconfig
+++ b/newmoon/debian/mozconfig
@@ -69,7 +69,7 @@ ac_add_options --disable-personas
ac_add_options --x-libraries=/usr/lib
# limit to 4 cpus to limit memory usage (approximately 0.75 GiB RAM/thread)
-# Debian Sid/Devuan Ceres is mildly broken as of 2020-07 and will fail to compile on anything higher than -j1
+# Debian Sid/Devuan Ceres; 2020-07 only -j1 works due to a bug.
mk_add_options MOZ_MAKE_FLAGS="-j1"
export MOZ_PKG_SPECIAL=gtk2
bgstack15