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

Unified Diff: build/config/BUILD.gn

Issue 2566973002: debug: turn off sparse bitmap pointer alignment. (Closed)
Patch Set: Restore clearing of unused page payloads in non-debug builds. Created 4 years 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 | third_party/WebKit/Source/platform/heap/HeapPage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index f77a46e38884bcfbe3623002f257094ff5eceff5..0a8c3a57409839dffa40bd00b3fcc0985bf9d752 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -61,9 +61,9 @@ config("feature_flags") {
if (enable_pdf) {
defines += [ "ENABLE_PDF=1" ]
}
- if (dcheck_always_on) {
- defines += [ "DCHECK_ALWAYS_ON=1" ]
- }
+# if (dcheck_always_on) {
+# defines += [ "DCHECK_ALWAYS_ON=1" ]
+# }
if (use_udev) {
# TODO(brettw) should probably be "=1".
defines += [ "USE_UDEV" ]
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/HeapPage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698