Force ARM builds to be debug to really, really get symbols this time, for realz. r=<unprintable words>
Force ARM builds to be debug to really, really get symbols this time, for realz. r=<unprintable words>
--- a/configure.in
+++ b/configure.in
@@ -6657,16 +6657,20 @@ MOZ_ARG_ENABLE_STRING(debug,
MOZ_DEBUG_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'`
_MOZ_DEBUG_FLAGS_SET=1
fi
else
MOZ_DEBUG=
fi ],
MOZ_DEBUG=)
+if test $MOZ_PLATFORM_MAEMO; then
+ MOZ_DEBUG=1
+fi
+
MOZ_DEBUG_ENABLE_DEFS="-DDEBUG -D_DEBUG"
case "${target_os}" in
beos*)
MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DDEBUG_${USER}"
;;
msvc*|mks*|cygwin*|mingw*|os2*|wince*|winmo*)
MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DDEBUG_`echo ${USERNAME} | sed -e 's| |_|g'`"
;;