| Index: third_party/libwebp/libwebp.gyp
|
| diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp
|
| index a0acff1a61af2a663673450a39c9badcfd9b07e7..7174c1fbf6490d78958a9a04c39273be3dfc615f 100644
|
| --- a/third_party/libwebp/libwebp.gyp
|
| +++ b/third_party/libwebp/libwebp.gyp
|
| @@ -97,13 +97,6 @@
|
| ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', {
|
| 'defines': [ 'WEBP_HAVE_SSE2', 'WEBP_HAVE_SSE41' ],
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -131,13 +124,6 @@
|
| 'cflags': [ '-msse2', ],
|
| 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] },
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -165,13 +151,6 @@
|
| 'cflags': [ '-msse4.1', ],
|
| 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse4.1' ] },
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -210,13 +189,6 @@
|
| }, {
|
| 'type': 'none',
|
| }],
|
| - ['order_profiling != 0', {
|
| - 'target_conditions' : [
|
| - ['_toolset=="target"', {
|
| - 'cflags!': [ '-finstrument-functions' ],
|
| - }],
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
|
|