| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index d964493e94f4ccb7a3b949d6f0d7144acbac2cde..0252503ce9907ea30156a9436f6a5b80d7dd3270 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -55,7 +55,7 @@ declare_args() {
|
| #
|
| # TODO(pcc): Remove this flag if/when CFI is enabled in all official builds.
|
| is_cfi = target_os == "linux" && !is_chromeos && target_cpu == "x64" &&
|
| - is_chrome_branded && is_official_build && allow_posix_link_time_opt
|
| + is_official_build && allow_posix_link_time_opt
|
|
|
| # Enable checks for bad casts: derived cast and unrelated cast.
|
| # TODO(krasin): remove this, when we're ready to add these checks by default.
|
|
|