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

Unified Diff: base/allocator/BUILD.gn

Issue 2515503002: Disable thumb when building tcmalloc (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index dab03b5854f614f79f75e80e41f06c07c2e1e55c..78838737ffd1f496f5c3b64ab24189dddcc8a43c 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -216,7 +216,10 @@ if (use_allocator == "tcmalloc") {
"$tcmalloc_dir/src",
]
- configs -= [ "//build/config/compiler:chromium_code" ]
+ configs -= [
+ "//build/config/compiler:chromium_code",
+ "//build/config/compiler:compiler_arm_thumb",
brettw 2016/11/17 21:52:04 Can you comment here why this is removed?
+ ]
configs += [
"//build/config/compiler:no_chromium_code",
":tcmalloc_flags",
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698