summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 7e97177..89cd65e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,10 +86,10 @@
%global official_branding 1
%global build_langpacks 1
-%global enable_mozilla_crashreporter 1
+%global enable_mozilla_crashreporter 0
%if !%{debug_build}
%ifarch %{ix86} x86_64
-%global enable_mozilla_crashreporter 0
+%global enable_mozilla_crashreporter 1
%endif
%endif
bgstack15