зеркало из https://github.com/mozilla/pjs.git
Bug 368206 - enable breakpad by default on mac-intel (it currently doesn't build on mac-ppc, but it will in the future), r=luser
This commit is contained in:
Родитель
8fe270e090
Коммит
890abe14b9
|
@ -5600,7 +5600,10 @@ dnl = Airbag crash reporting (on by default on supported platforms)
|
|||
dnl ========================================================
|
||||
|
||||
if test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC"; then
|
||||
MOZ_AIRBAG=1
|
||||
MOZ_AIRBAG=1
|
||||
fi
|
||||
if test "$OS_ARCH" = "Darwin" -a "$OS_TEST" = "i386"; then
|
||||
MOZ_AIRBAG=1
|
||||
fi
|
||||
|
||||
MOZ_ARG_DISABLE_BOOL(airbag,
|
||||
|
|
Загрузка…
Ссылка в новой задаче