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

Unified Diff: build/args/bots/official.desktop/blimp-engine.gn

Issue 1927323003: Configs Blimp Engine official build to use non-debug build with dcheck_always_on (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/args/blimp_engine.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/bots/official.desktop/blimp-engine.gn
diff --git a/build/args/bots/official.desktop/blimp-engine.gn b/build/args/bots/official.desktop/blimp-engine.gn
index 0cd50c9207a6a8770d5e6fe31b5b8a173eefe4df..005633fd38fd4026f4e16315052fbaee75eab7ea 100644
--- a/build/args/bots/official.desktop/blimp-engine.gn
+++ b/build/args/bots/official.desktop/blimp-engine.gn
@@ -1,2 +1,3 @@
import("//build/args/blimp_engine.gn")
-is_debug = true
+is_debug = false
+dcheck_always_on = true
maniscalco 2016/04/29 18:32:28 Why change the flags here instead of in build/args
haibinlu 2016/04/29 22:51:34 in local development case, debug build is desirabl
maniscalco 2016/04/29 22:58:57 For local builds we always have the option of just
Dirk Pranke 2016/04/30 00:04:32 Well, the //build/args/bots file needs to transiti
maniscalco 2016/05/02 19:13:00 Dirk, that's helpful thanks. SGTM. I can see val
« no previous file with comments | « build/args/blimp_engine.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698