firefox/firefox-mozconfig-debuginfo

6 lines
164 B
Plaintext
Raw Normal View History

2010-06-23 09:10:39 +00:00
# For mozilla's debuginfo:
export CFLAGS="$CFLAGS -gdwarf-2"
export CXXFLAGS="$CXXFLAGS -gdwarf-2"
2010-06-23 09:10:39 +00:00
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-crashreporter