OSDN Git Service

Remove global inline options.
authorJing Yu <jingyu@google.com>
Wed, 22 Dec 2010 00:33:48 +0000 (16:33 -0800)
committerJing Yu <jingyu@google.com>
Wed, 22 Dec 2010 00:33:48 +0000 (16:33 -0800)
commita83b769566550e30b368836e77b5ac3286844768
treebdfae0c484e716c81f76ba327fcd3f1643de4479
parent085ff6a8ac90e989507097885eaf65c9587c2c96
Remove global inline options.

The purpose of removing global inline options is to give
compiler the opportunity to do inline optimizations and inline
tunings for Android native codes.

By removing these global inline options now, the size of
almost all native libraries are reduced. And there is no
noticable performance degradation on webkit, gcstone and
skia benchmarks.

Change-Id: I31e71f51e4f29fa6286fddb89e9eab227581c7b3
core/combo/TARGET_linux-arm.mk