Revision: 2730
Author: [email protected]
Date: Thu Aug 20 04:13:51 2009
Log: Try compiling V8 for Mac with -O3 when using the v8.gyp file.
Review URL: http://codereview.chromium.org/174138
http://code.google.com/p/v8/source/detail?r=2730

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

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 14 05:39:48 2009
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Aug 20 04:13:51 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to