Disabled crash reporter on second arches

This commit is contained in:
Martin Stransky 2018-03-08 10:37:26 +01:00
parent 3a5d00872a
commit 29d1083e1e

View File

@ -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