Enable Mozilla's crashreporter on x86-64, too.

Need to use the gdwarf-2 format instead of -gstabs+
This commit is contained in:
Christopher Aillon 2011-01-19 17:23:20 -08:00
parent 451c22ed53
commit 74277159ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# For mozilla's debuginfo:
export CFLAGS="-gstabs+"
export CXXFLAGS="-gstabs+"
export CFLAGS="-gdwarf-2"
export CXXFLAGS="-gdwarf-2"
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-crashreporter

View File

@ -23,7 +23,7 @@
%define official_branding 1
# enable crash reporter only for iX86
%ifarch %{ix86}
%ifarch %{ix86} x86_64
%define enable_mozilla_crashreporter 1
%else
%define enable_mozilla_crashreporter 0