Reviewers: iposva, Description: Revert r2478. Avoiding dead code stripping for mksnapshot wasn't enough.
[email protected] Please review this at http://codereview.chromium.org/155678 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 2489) +++ tools/gyp/v8.gyp (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
