Reviewers: Jakob,

Description:
Add explicit Release configuration to standalone.gypi to appease Xcode.

[email protected]


Please review this at https://codereview.chromium.org/12225043/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 40204b1c9be386e5309dbca8ae4cb80ad4c791be..125c5bf00608e2cd0fe774cd1e6c0d6aae7c7680 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -87,6 +87,9 @@
       'Debug': {
         'cflags': [ '-g', '-O0' ],
       },
+      'Release': {
+        # Xcode insists on this empty entry.
+      },
     },
   },
   'conditions': [


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to