Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: build/toolchain/clang.gni

Issue 164773005: Pull GN @ 252040, update calls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: long line Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/ui.gni ('k') | build/toolchain/get_default_posix_goma_dir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « build/config/ui.gni ('k') | build/toolchain/get_default_posix_goma_dir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698