Index: ios/showcase/core/BUILD.gn |
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn |
index 873441185d0b778b9b40efaa227f1b9e95c7d983..30e988292b58b59a22551622f20f094c8458fb9d 100644 |
--- a/ios/showcase/core/BUILD.gn |
+++ b/ios/showcase/core/BUILD.gn |
@@ -19,6 +19,10 @@ source_set("core") { |
"//ios/third_party/material_roboto_font_loader_ios", |
"//ui/base", |
] |
+ cflags = [ |
+ "-fprofile-instr-generate", |
+ "-fcoverage-mapping", |
+ ] |
lindsayw
2017/04/03 15:32:09
Do "-g" or "-Wall" need to be added anywhere?
lpromero
2017/04/04 14:49:50
Initially I had them but seems it worked without.
|
libs = [ "UIKit.framework" ] |
configs += [ "//build/config/compiler:enable_arc" ] |
} |