Commit 43da36aa authored by kasperl@chromium.org's avatar kasperl@chromium.org

Experimental change to omit frame pointers from V8 on Mac

built through the v8.gyp file. The optimization flags for
Mac and Linux (both gcc-based) builds are now much closer.
Review URL: http://codereview.chromium.org/173117

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2731 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6d11b960
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
['OS=="mac"', { ['OS=="mac"', {
'xcode_settings': { 'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '3', 'GCC_OPTIMIZATION_LEVEL': '3',
'OTHER_CFLAGS': [ '-fomit-frame-pointer' ],
}, },
}], }],
['OS=="win"', { ['OS=="win"', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment