From e88ededc8098171ac345980b93fbf233e35ca15b Mon Sep 17 00:00:00 2001 From: v4hn Date: Wed, 3 Sep 2014 15:49:01 +0200 Subject: [PATCH] firefox: disable startup cache creation This is still necessary... Only they provide a configure option for it now. --- web/firefox/mozconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/firefox/mozconfig b/web/firefox/mozconfig index a95a84757fb..8625e566aa9 100644 --- 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