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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 798743004: Add support for starting a detached process (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fixes + rebase Created 5 years, 11 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
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index 38c3f13031a0a9d039fcacebfc5f74bcf0e21645..ab47fa6d6c3a2f14fd391f5d8fa6d756cab2ef7e 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -4,7 +4,7 @@
{
'variables': {
- 'dart_debug_optimization_level%': '2',
+ 'dart_debug_optimization_level%': '0',
kustermann 2015/01/16 16:11:04 What is this?
Søren Gjesse 2015/01/21 12:32:35 Setting -O0 for debug builds. Only for debugging.
},
'target_defaults': {
'configurations': {

Powered by Google App Engine
This is Rietveld 408576698