| Index: build/config/ios/ios_sdk.gni
|
| diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
|
| index ec9d87ffc3f709f520afc5bf4d43c6e8807f4e1c..efe6ea836a691b6baf63727b8553a1a3cd51db7d 100644
|
| --- a/build/config/ios/ios_sdk.gni
|
| +++ b/build/config/ios/ios_sdk.gni
|
| @@ -36,6 +36,10 @@ declare_args() {
|
| # to avoid running out of certificates if using a free account.
|
| ios_automatically_manage_certs = true
|
|
|
| + # Enabling this option makes clang compile for profiling to gather code
|
| + # coverage metrics.
|
| + ios_enable_coverage = false
|
| +
|
| # If non-empty, this list must contain valid cpu architecture, and the final
|
| # build will be a multi-architecture build (aka fat build) supporting the
|
| # main $target_cpu architecture and all of $additional_target_cpus.
|
|
|