Use the -gdwarf-2 format instead of the obsolete -gstabs+

...when we're building mozilla crash reporter support
This commit is contained in:
Christopher Aillon 2011-01-31 19:14:52 -08:00
parent b4d6e96efe
commit 7d7610c646
1 changed files with 2 additions and 2 deletions

View File

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