mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
clarify V8 pgo line
This commit is contained in:
parent
7717623e51
commit
5c8f6e1df4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromiu
|
|||
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Downloading PGO Profile for V8 (when v8_enable_builtins_optimization = true)\n" &&
|
||||
printf "${YEL}Downloading PGO Profile for V8 (for when v8_enable_builtins_optimization = true)\n" &&
|
||||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue