firefox/firefox-mozconfig-debuginfo
Christopher Aillon b2dc87063d Don't overwrite CFLAGS/CXXFLAGS
The -debuginfo mozconfig was stomping on our CFLAGS/CXXFLAGS.
2011-01-29 14:52:59 -08:00

6 lines
162 B
Plaintext

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