Make --enable-optimize --enable-debug builds easier to debug on linux (bug 157241), r=seawood@netscpae.com, shaver@mozilla.org

This commit is contained in:
dmose%netscape.com 2002-08-22 22:40:30 +00:00
Родитель 8552b6d0dc
Коммит 1df0b2b16b
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -867,6 +867,11 @@ case "$target" in
AC_DEFINE(_POSIX_SOURCE) AC_DEFINE(_POSIX_SOURCE)
AC_DEFINE(_SVID_SOURCE) AC_DEFINE(_SVID_SOURCE)
TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"' TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"'
MOZ_DEBUG_FLAGS="-g -fno-inline" # most people on linux use gcc/gdb,
# and that combo is not yet good at
# debugging inlined functions (even
# when using DWARF2 as the debugging
# format)
case "${target_cpu}" in case "${target_cpu}" in
alpha*) alpha*)