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

Unified Diff: build/common.gypi

Issue 896413003: GN: Allow users to enable DCHECK on Release builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Release builds Created 5 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 | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f41a58cc8a966b45cd6df021e38d2621e4c11768..6300c8f2eb0985b801262b9cb4063cb22de992ea 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -318,7 +318,7 @@
# Only used on Windows.
'win_z7%' : 0,
- # Set to 1 to enable dcheck in release.
+ # Set to 1 to enable dcheck in Release build.
'dcheck_always_on%': 0,
# Set to 1 to make a build that disables unshipped tracing events.
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698