Date: Wednesday, January 18, 2023 @ 08:09:11
Author: foutrelis
Revision: 466884
Re-enable PGO now that we have LLVM 15 in stable
Modified:
chromium/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 08:07:12 UTC (rev 466883)
+++ PKGBUILD 2023-01-18 08:09:11 UTC (rev 466884)
@@ -162,7 +162,7 @@
'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'