mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
update pgo
This commit is contained in:
parent
664424859d
commit
c656ef6585
3 changed files with 8 additions and 8 deletions
2
args.gn
2
args.gn
|
@ -83,4 +83,4 @@ use_text_section_splitting = true
|
|||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
chrome_pgo_phase = 2
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5735-1685467728-4b79dbec7d69b5135f3cd8b1dc31bc5a09da844e.profdata"
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-linux-5790-1689675384-f2c28590280cc2a488b6cbfcca557eb371c00e87.profdata"
|
||||
|
|
|
@ -628,9 +628,9 @@ template("linux_package") {
|
|||
linux_package("stable") {
|
||||
channel = "stable"
|
||||
}
|
||||
linux_package("beta") {
|
||||
channel = "beta"
|
||||
}
|
||||
linux_package("unstable") {
|
||||
channel = "unstable"
|
||||
}
|
||||
# linux_package("beta") {
|
||||
# channel = "beta"
|
||||
# }
|
||||
# linux_package("unstable") {
|
||||
# channel = "unstable"
|
||||
# }
|
||||
|
|
|
@ -79,4 +79,4 @@ use_text_section_splitting = true
|
|||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
chrome_pgo_phase = 2
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5735-1685467728-4fba4ca793cea943cc07472ae72ee50648b02fe3.profdata"
|
||||
pgo_data_path = "/home/alex/chromium/src/chrome/build/pgo_profiles/chrome-win64-5790-1689693005-d00c4ab3901e0d988575f8283050b71cbcc544b3.profdata"
|
||||
|
|
Loading…
Reference in a new issue