| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0bc6c6ac71ddb7259e994bf19a66a8e54ecc8c34..d1492320f727797ac8f4fb5c39ea091aba0eacf6 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4375,7 +4375,7 @@
|
| }],
|
| ],
|
| 'conditions': [
|
| - ['release_valgrind_build==0', {
|
| + ['release_valgrind_build==0 and order_profiling==0', {
|
| 'target_conditions': [
|
| ['_toolset=="target"', {
|
| 'ldflags': [
|
| @@ -4674,7 +4674,7 @@
|
| }],
|
| ],
|
| }],
|
| - ['target_arch == "arm"', {
|
| + ['target_arch == "arm" and order_profiling==0', {
|
| 'ldflags': [
|
| # Enable identical code folding to reduce size.
|
| '-Wl,--icf=safe',
|
|
|