Bug 1220323 - Enable FasterMake backend by default for all apps. r=gps

This commit is contained in:
Mike Hommey 2015-10-31 08:04:11 +09:00
parent 8df3ec9018
commit 0ca2b70c17

View File

@ -4019,8 +4019,6 @@ fi
case "$MOZ_BUILD_APP" in
browser)
AC_DEFINE(MOZ_PHOENIX)
BUILD_BACKENDS="$BUILD_BACKENDS FasterMake"
;;
xulrunner)
@ -4028,6 +4026,8 @@ xulrunner)
;;
esac
BUILD_BACKENDS="$BUILD_BACKENDS FasterMake"
if test -n "$MOZ_B2G"; then
AC_DEFINE(MOZ_B2G)
fi