Enable Mozilla's crashreporter on x86-64, too.
Need to use the gdwarf-2 format instead of -gstabs+
This commit is contained in:
parent
451c22ed53
commit
74277159ea
@ -1,5 +1,5 @@
|
|||||||
# For mozilla's debuginfo:
|
# For mozilla's debuginfo:
|
||||||
export CFLAGS="-gstabs+"
|
export CFLAGS="-gdwarf-2"
|
||||||
export CXXFLAGS="-gstabs+"
|
export CXXFLAGS="-gdwarf-2"
|
||||||
export MOZ_DEBUG_SYMBOLS=1
|
export MOZ_DEBUG_SYMBOLS=1
|
||||||
ac_add_options --enable-crashreporter
|
ac_add_options --enable-crashreporter
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
%define official_branding 1
|
%define official_branding 1
|
||||||
# enable crash reporter only for iX86
|
# enable crash reporter only for iX86
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86} x86_64
|
||||||
%define enable_mozilla_crashreporter 1
|
%define enable_mozilla_crashreporter 1
|
||||||
%else
|
%else
|
||||||
%define enable_mozilla_crashreporter 0
|
%define enable_mozilla_crashreporter 0
|
||||||
|
Loading…
Reference in New Issue
Block a user