Chromium Code Reviews| Index: build/toolchain/clang.gni |
| diff --git a/build/toolchain/clang.gni b/build/toolchain/clang.gni |
| index 433ab3227d4caadc4870bf1b36dfa6a75c6b2925..861a681363e7af7847de2c7d6ac2a952b8d67aee 100644 |
| --- a/build/toolchain/clang.gni |
| +++ b/build/toolchain/clang.gni |
| @@ -3,6 +3,8 @@ |
| # found in the LICENSE file. |
| declare_args() { |
| + # Enable the optional type profiler in Clang, which will tag heap allocations |
| + # with the allocation type. |
| use_clang_type_profiler = false |
| } |