Revision: 8845 Author: [email protected] Date: Fri Aug 5 05:05:23 2011 Log: Add lost -O3 flag when building inside Chromium
TEST=WebKit layout tests no longer timeout Review URL: http://codereview.chromium.org/7582003 http://code.google.com/p/v8/source/detail?r=8845 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Fri Aug 5 03:00:35 2011 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Aug 5 05:05:23 2011 @@ -192,6 +192,10 @@ '-O2', '-Os', ], + 'cflags': [ + '-fomit-frame-pointer', + '-O3', + ], 'conditions': [ [ 'gcc_version==44', { 'cflags': [ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
