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:
Родитель
8552b6d0dc
Коммит
1df0b2b16b
|
@ -867,6 +867,11 @@ case "$target" in
|
|||
AC_DEFINE(_POSIX_SOURCE)
|
||||
AC_DEFINE(_SVID_SOURCE)
|
||||
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
|
||||
alpha*)
|
||||
|
|
Загрузка…
Ссылка в новой задаче