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

View File

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