From 6d11b9606713f8d144daee9b82359c165074f2fd Mon Sep 17 00:00:00 2001 From: "kasperl@chromium.org" Date: Thu, 20 Aug 2009 11:13:51 +0000 Subject: [PATCH] Try compiling V8 for Mac with -O3 when using the v8.gyp file. Review URL: http://codereview.chromium.org/174138 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2730 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gyp/v8.gyp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index b0c3331..5cf337e 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -101,6 +101,11 @@ '-fno-rtti', ], }], + ['OS=="mac"', { + 'xcode_settings': { + 'GCC_OPTIMIZATION_LEVEL': '3', + }, + }], ['OS=="win"', { 'msvs_configuration_attributes': { 'OutputDirectory': '$(SolutionDir)$(ConfigurationName)', -- 2.7.4