firefox/firefox-mozconfig-debuginfo
Christopher Aillon 7d7610c646 Use the -gdwarf-2 format instead of the obsolete -gstabs+
...when we're building mozilla crash reporter support
2011-01-31 19:14:52 -08:00

6 lines
164 B
Plaintext

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