diff options
author | Evangelos Foutras | 2023-01-18 08:09:11 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-18 08:09:11 +0000 |
commit | ee45f5666d82a205e504da7fcc654fe56cb27a5a (patch) | |
tree | 226c5ffbad42486e5af799cd4c0da850b081f5f8 | |
parent | a0605eac43b51046f1a307281a53d18544b047bc (diff) | |
download | aur-ee45f5666d82a205e504da7fcc654fe56cb27a5a.tar.gz |
Re-enable PGO now that we have LLVM 15 in stable
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |