diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-27 17:01:54 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-27 17:01:54 -0400 |
commit | af319493f8678f979e6f36e97d33a7a6a82659a2 (patch) | |
tree | b42f512a182c7cd4c510ea8190c7ef6d27ee5f3c /newmoon/debian/mozconfig | |
parent | more branding fixes (diff) | |
download | stackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.tar.gz stackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.tar.bz2 stackrpms-af319493f8678f979e6f36e97d33a7a6a82659a2.zip |
ready for 28.12.0-2 dpkg release
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r-- | newmoon/debian/mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index e983bab..7661740 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -70,6 +70,7 @@ ac_add_options --with-system-extension-dirs 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 mk_add_options MOZ_MAKE_FLAGS="-j1" export MOZ_PKG_SPECIAL=gtk3 |