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

git-svn-id: svn://10.0.0.236/trunk@127896 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%netscape.com
2002-08-22 22:40:30 +00:00
parent caf6c9793c
commit dd4cf6a8b0

View File

@@ -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*)