2012-09-05 23:09:50 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2013-08-15 18:45:09 +04:00
|
|
|
# Common mozconfig for official builds.
|
2012-09-05 23:09:50 +04:00
|
|
|
#
|
|
|
|
# Add options to this file that will be inherited by all in-tree mozconfigs.
|
|
|
|
# This is useful for eg try builds with nondefault options that apply to all
|
2012-09-05 23:10:21 +04:00
|
|
|
# architectures, though note that if you want to override options set in
|
|
|
|
# another mozconfig file, you'll need to use mozconfig.common.override instead
|
|
|
|
# of this file.
|
2013-04-25 16:41:17 +04:00
|
|
|
|
2019-03-07 01:48:05 +03:00
|
|
|
if test -n "$USE_ARTIFACT"; then
|
|
|
|
. "$topsrcdir/build/mozconfig.artifact.automation"
|
|
|
|
fi
|
|
|
|
|
2013-04-25 16:41:17 +04:00
|
|
|
mk_add_options AUTOCLOBBER=1
|
2013-07-21 08:58:42 +04:00
|
|
|
|
|
|
|
ac_add_options --enable-crashreporter
|
2013-08-15 18:45:09 +04:00
|
|
|
|
2016-03-09 09:59:39 +03:00
|
|
|
ac_add_options --enable-js-shell
|
|
|
|
|
2014-06-16 21:17:21 +04:00
|
|
|
. "$topsrcdir/build/mozconfig.automation"
|
2016-12-01 03:10:33 +03:00
|
|
|
. "$topsrcdir/build/mozconfig.rust"
|
2017-07-20 05:07:53 +03:00
|
|
|
. "$topsrcdir/build/mozconfig.cache"
|