From 495961b689cdf28a0f7474ba7a349274b987e320 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 19 Apr 2024 06:33:38 +0200 Subject: [PATCH] trying to build: disable ccache --- assets/mozconfig.new | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/mozconfig.new b/assets/mozconfig.new index ee64760..8f1b75a 100644 --- a/assets/mozconfig.new +++ b/assets/mozconfig.new @@ -31,3 +31,5 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0 # Add your own stuff, libraries, architecture, etc.. # ex: `cat mozconfig.orig mozconfig.my > mozconfig` + +ac_add_options --disable-ccache