Use the -gdwarf-2 format instead of the obsolete -gstabs+
...when we're building mozilla crash reporter support
This commit is contained in:
parent
b4d6e96efe
commit
7d7610c646
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user