Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / build / mozconfig.common.override
blobb3feefa5ec73da4fca1506526f79a6acd6fb6069
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Common mozconfig for all users
7 # Add options to this file that will be inherited by all in-tree mozconfigs.
8 # This file is included at the *end* of the mozconfigs, and so may be used
9 # to override anything done previously.
11 # The common expected usage is for try builds with nondefault options.
13 if test -n "$USE_ARTIFACT"; then
14 . "$topsrcdir/build/mozconfig.artifact"