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
This commit is contained in:
kasperl@chromium.org 2009-08-20 11:37:56 +00:00
parent 6d11b96067
commit 43da36aa08

View File

@ -104,6 +104,7 @@
['OS=="mac"', {
'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '3',
'OTHER_CFLAGS': [ '-fomit-frame-pointer' ],
},
}],
['OS=="win"', {