diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-23 14:21:46 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-23 14:21:46 -0400 |
commit | 917a213b9cc2488a553951f7dfe9f4133c756100 (patch) | |
tree | 732a3fef4e283a1ad5a832006c5f45ca8429ab89 /palemoon/debian | |
parent | try new layout for mozconfig for -j flag (diff) | |
download | stackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.tar.gz stackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.tar.bz2 stackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.zip |
adjust mozconfig again
Diffstat (limited to 'palemoon/debian')
-rw-r--r-- | palemoon/debian/mozconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/palemoon/debian/mozconfig b/palemoon/debian/mozconfig index 3b78f53..89b2796 100644 --- a/palemoon/debian/mozconfig +++ b/palemoon/debian/mozconfig @@ -1,8 +1,6 @@ if test `lsb_release -sc` = "sid" || test `lsb_release -sc` = "unstable" ; then -# single-threaded for sid because of jobserver problem in OBS export JCOUNT=1 else -# limit to 4 cpus to limit memory usage (approximately 0.75 GiB RAM/thread) export JCOUNT=4 fi |