diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-09 10:06:13 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-09 10:06:13 -0500 |
commit | 62a0e67a36c833d10580f308f79ba15c1b4e27b5 (patch) | |
tree | 073037471ecf7f491ad5eb1afca720f0eb16b16e /newmoon/debian/mozconfig | |
parent | newmoon 29.4.2 rc1 (diff) | |
download | stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.tar.gz stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.tar.bz2 stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.zip |
use gcc 10
Ref https://build.opensuse.org/package/show/home:stevenpusser:palemoon-GTK3/palemoon-impish-sid
Diffstat (limited to 'newmoon/debian/mozconfig')
-rw-r--r-- | newmoon/debian/mozconfig | 2 |
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 |