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
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"