Revision: 11934 Author: [email protected] Date: Tue Jun 26 08:31:27 2012 Log: Remove -fomit-frame-pointer flag from Release builds
BUG=133723 Review URL: https://chromiumcodereview.appspot.com/10659030 http://code.google.com/p/v8/source/detail?r=11934 Modified: /branches/bleeding_edge/build/common.gypi ======================================= --- /branches/bleeding_edge/build/common.gypi Tue Jun 26 08:27:12 2012 +++ /branches/bleeding_edge/build/common.gypi Tue Jun 26 08:31:27 2012 @@ -348,7 +348,6 @@ 'cflags': [ '-fdata-sections', '-ffunction-sections', - '-fomit-frame-pointer', '-O3', ], 'conditions': [ @@ -378,7 +377,6 @@ 'InlineFunctionExpansion': '2', 'EnableIntrinsicFunctions': 'true', 'FavorSizeOrSpeed': '0', - 'OmitFramePointers': 'true', 'StringPooling': 'true', 'conditions': [ ['OS=="win" and component=="shared_library"', { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
