Bug 1560374 - Set testharness and reftest web-platform-tests to Tier-1; r=jmaher...
[gecko.git] / build / mozconfig.win-common
blobd940df5296b568c232c0524a87ba6b59d9be51f1
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 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
6 export MAKECAB=$TOOLTOOL_DIR/makecab.exe
8 if [ -z "$USE_ARTIFACT" ]; then
9     if [ -n "$MOZ_PGO_PROFILE_USE" ]; then
10         ac_add_options --enable-profile-use
11         ac_add_options --with-pgo-jarlog="${WORKSPACE}/fetches/en-US.log"
12         ac_add_options --with-pgo-profile-path="${WORKSPACE}/fetches"
13     fi