Bug 1637515 [wpt PR 23559] - Update wpt metadata, a=testonly
[gecko.git] / build / mozconfig.win-common
blob6ba614ed80c0414f5ba8c90bcebfd06f6075c63c
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
7 export DUMP_SYMS="${MOZ_FETCHES_DIR}/dump_syms/dump_syms"
9 if [ -z "$USE_ARTIFACT" ]; then
10     if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" ]; then
11         export MOZ_LTO=cross
12         ac_add_options --enable-profile-use=cross
13         ac_add_options --with-pgo-jarlog="${MOZ_FETCHES_DIR}/en-US.log"
14         ac_add_options --with-pgo-profile-path="${MOZ_FETCHES_DIR}/merged.profdata"
15     fi