Hi,
I have build two versions of the CEF in arm64-release configuration:
A) export GN_DEFINES="is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome chrome_pgo_phase=0"
B) export GN_DEFINES="is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome chrome_pgo_phase=1"
Why is the build product B (489MB) significantly larger than A (250MB)? I didn’t expect PGO optimizations to have such a significant impact on size.
My configuration:
mac/arm64/release/v6668
python ../automate/automate-git.py \
--download-dir="$MY_CEF_SOURCE/code/chromium_git" \
--depot-tools-dir="$MY_CEF_SOURCE/code/depot_tools" \
--no-distrib --no-build --with-pgo-profiles\
--arm64-build \
--branch=6668
Thank you.
Elviin