74277159ea
Need to use the gdwarf-2 format instead of -gstabs+
6 lines
146 B
Plaintext
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
|