We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc09603 commit c2f9097Copy full SHA for c2f9097
configs/windows/mozconfig
@@ -22,6 +22,10 @@ if test "$ZEN_CROSS_COMPILING"; then
22
fi
23
24
25
+# We wrongly detect ccache on windows, which leads to build failures.
26
+# This line should be removed once the detection is fixed.
27
+ac_add_options --without-ccache
28
+
29
ac_add_options --disable-maintenance-service
30
ac_add_options --disable-bits-download
31
0 commit comments