Revision: 13602
Author:   [email protected]
Date:     Wed Feb  6 02:51:55 2013
Log: Add explicit Release configuration to standalone.gypi to appease Xcode.

[email protected]

Review URL: https://codereview.chromium.org/12225043
http://code.google.com/p/v8/source/detail?r=13602

Modified:
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/build/standalone.gypi       Wed Feb  6 01:31:18 2013
+++ /branches/bleeding_edge/build/standalone.gypi       Wed Feb  6 02:51:55 2013
@@ -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