| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 905116638b554d7c56ee1436b923cde20ab5f42b..dc57c6cad03ca88801fc5072ec2126d41d211ac9 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -845,13 +845,6 @@
|
|
|
| ['buildtype=="Official"', {
|
| 'enable_prod_wallet_service%': 1,
|
| - }],
|
| -
|
| - # Enable Control Flow Integrity for the official Linux Chrome.
|
| - # This triggers an LTO build that requires LLVM Gold plugin to be
|
| - # downloaded. See src/tools/clang/scripts/update.sh
|
| - ['OS=="linux" and target_arch=="x64" and buildtype=="Official" and branding=="Chrome" and chromeos==0', {
|
| - 'cfi_vptr%': 1,
|
| }],
|
|
|
| # Enable hotwording on Chrome-branded ChromeOS builds.
|
|
|