Force ARM builds to be debug to really, really get symbols this time, for realz. r=<unprintable words>

This commit is contained in:
Jeff Walden 2010-03-22 15:28:25 -07:00
Родитель 5da9f3a54c
Коммит 22db8ed0bb
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -6662,6 +6662,10 @@ MOZ_ARG_ENABLE_STRING(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*)