Bug 1587989 [wpt PR 19634] - Enable Scroll To Text by default, a=testonly
[gecko.git] / build / mozconfig.win-common
blob6bf3254a10cf18deb880a79e65461e1bbb76095a
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.exe"
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="${WORKSPACE}/fetches/en-US.log"
14         ac_add_options --with-pgo-profile-path="${WORKSPACE}/fetches/merged.profdata"
15     fi