bash/script fixes
This commit is contained in:
parent
e5b4cec424
commit
c932f8870b
1 changed files with 1 additions and 5 deletions
|
|
@ -53,7 +53,7 @@ cargo install cbindgen
|
||||||
rm -f mozconfig
|
rm -f mozconfig
|
||||||
|
|
||||||
# Do 3-tier PGO
|
# Do 3-tier PGO
|
||||||
echo "Building instrumented browser..."
|
# echo "Building instrumented browser..."
|
||||||
|
|
||||||
# if [[ $CARCH == 'aarch64' ]]; then
|
# if [[ $CARCH == 'aarch64' ]]; then
|
||||||
#
|
#
|
||||||
|
|
@ -114,10 +114,6 @@ END
|
||||||
else
|
else
|
||||||
|
|
||||||
cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END
|
cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END
|
||||||
# ac_add_options --enable-lto
|
|
||||||
# ac_add_options --enable-profile-use
|
|
||||||
# ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
|
|
||||||
# ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog
|
|
||||||
ac_add_options --enable-linker=gold
|
ac_add_options --enable-linker=gold
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue