thunderbird/thunderbird-mozconfig-debuginfo
Christopher Aillon 74277159ea Enable Mozilla's crashreporter on x86-64, too.
Need to use the gdwarf-2 format instead of -gstabs+
2011-01-29 13:52:52 -08:00

6 lines
146 B
Plaintext

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