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

Unified Diff: build/features.gypi

Issue 224443003: Use abstract configurations to switch between opt debug settings (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 9 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: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index 85b8a38465cc3203233c1fa809c0a108280f711c..03be4e9f3bcf97067b1f59c7cd019af706f6665a 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -112,6 +112,9 @@
}],
],
}, # Debug
+ 'Optdebug': {
+ 'inherit_from': [ 'Debug' ],
+ },
'Release': {
'variables': {
'v8_enable_extra_checks%': 0,

Powered by Google App Engine
This is Rietveld 408576698