[Lunar-commits] <moonbase-other> firefox: disable startup cache creation
v4hn
me at v4hn.de
Wed Sep 3 15:50:31 CEST 2014
commit e88ededc8098171ac345980b93fbf233e35ca15b
Author: v4hn <me at v4hn.de>
Date: Wed, 03 Sep 2014 15:49:01 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/e88ededc8098171ac345980b93fbf233e35ca15b
firefox: disable startup cache creation
This is still necessary...
Only they provide a configure option for it now.
---
web/firefox/mozconfig | +4/-1
1 file changed, 4 insertions(+), 1 deletion(-)
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -30,5 +30,8 @@ ac_add_options --disable-necko-wifi
ac_add_options --disable-gnomevfs
ac_add_options --enable-system-cairo
-#Disabling tests breaks PGO so having CONFIGURE set it
+# startupcache deterministically segfaults on *some* systems. Just leave it disabled.
+ac_add_options --disable-startupcache
+
+# Disabling tests breaks PGO so having CONFIGURE set it
#ac_add_options --disable-tests
More information about the Lunar-commits
mailing list