Reviewers: Mads Ager, Description: Try compiling V8 for Mac with -O3 when using the v8.gyp file.
Please review this at http://codereview.chromium.org/174138 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 2725) +++ tools/gyp/v8.gyp (working copy) @@ -101,6 +101,11 @@ '-fno-rtti', ], }], + ['OS=="mac"', { + 'xcode_settings': { + 'GCC_OPTIMIZATION_LEVEL': '3', + }, + }], ['OS=="win"', { 'msvs_configuration_attributes': { 'OutputDirectory': '$(SolutionDir)$(ConfigurationName)', --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
