2012-09-05 12:09:50 -07:00
|
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
|
|
|
2011-07-05 13:49:22 -07:00
|
|
|
ac_add_options --enable-debug
|
|
|
|
ac_add_options --enable-trace-malloc
|
2012-02-28 10:58:42 -08:00
|
|
|
ac_add_options --enable-signmar
|
2012-06-14 11:38:31 -07:00
|
|
|
ENABLE_MARIONETTE=1
|
2011-07-05 13:49:22 -07:00
|
|
|
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
|
2012-11-27 14:01:24 -08:00
|
|
|
if test -z "${_PYMAKE}"; then
|
2012-08-24 16:31:39 -07:00
|
|
|
mk_add_options MOZ_MAKE_FLAGS=-j1
|
|
|
|
fi
|
2012-01-31 08:38:24 -08:00
|
|
|
|
2012-05-04 07:57:20 -07:00
|
|
|
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
|
|
|
|
. $topsrcdir/build/win32/mozconfig.vs2010-win64
|
|
|
|
else
|
|
|
|
. $topsrcdir/build/win32/mozconfig.vs2010
|
|
|
|
fi
|
2012-03-12 05:23:16 -07:00
|
|
|
|
2013-01-02 07:56:38 -08:00
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
|
2012-03-12 05:23:16 -07:00
|
|
|
# Package js shell.
|
|
|
|
export MOZ_PACKAGE_JSSHELL=1
|
2012-09-05 12:10:21 -07:00
|
|
|
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|