Author: [email protected]
Date: Thu Jul 16 22:00:38 2009
New Revision: 2491

Modified:
    branches/bleeding_edge/tools/gyp/v8.gyp

Log:
Revert r2478. Avoiding dead code stripping for mksnapshot
wasn't enough.

[email protected]
Review URL: http://codereview.chromium.org/155678

Modified: branches/bleeding_edge/tools/gyp/v8.gyp
==============================================================================
--- branches/bleeding_edge/tools/gyp/v8.gyp     (original)
+++ branches/bleeding_edge/tools/gyp/v8.gyp     Thu Jul 16 22:00:38 2009
@@ -506,20 +506,6 @@
      {
        'target_name': 'mksnapshot',
        'type': 'executable',
-      'configurations': {
-        'Release': {
-          'conditions': [
-            ['OS=="mac"', {
-              'xcode_settings': {
-                # Dead code stripping is normally enabled for release mode,
-                # but it causes mksnapshot to crash in some situations.
-                # http://code.google.com/p/v8/issues/detail?id=404
-                'DEAD_CODE_STRIPPING': 'NO',
-              },
-            }],
-          ],
-        },
-      },
        'dependencies': [
          'v8_nosnapshot',
        ],

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to