summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2023-01-18 08:09:11 +0000
committerEvangelos Foutras2023-01-18 08:09:11 +0000
commitee45f5666d82a205e504da7fcc654fe56cb27a5a (patch)
tree226c5ffbad42486e5af799cd4c0da850b081f5f8
parenta0605eac43b51046f1a307281a53d18544b047bc (diff)
downloadaur-ee45f5666d82a205e504da7fcc654fe56cb27a5a.tar.gz
Re-enable PGO now that we have LLVM 15 in stable
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 066b3688b28d..ef51f8aa1b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -162,7 +162,7 @@ build() {
'clang_use_chrome_plugins=false'
'is_official_build=true' # implies is_cfi=true on x86_64
'symbol_level=0' # sufficient for backtraces on x86(_64)
- 'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
+ #'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
'treat_warnings_as_errors=false'
'disable_fieldtrial_testing_config=true'
'blink_enable_generated_code_formatting=false'