| Index: ios/showcase/core/BUILD.gn
|
| diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
|
| index 873441185d0b778b9b40efaa227f1b9e95c7d983..bbd0a8e7171f90b8f1149c333106fbc9dc6ead80 100644
|
| --- a/ios/showcase/core/BUILD.gn
|
| +++ b/ios/showcase/core/BUILD.gn
|
| @@ -19,6 +19,13 @@ source_set("core") {
|
| "//ios/third_party/material_roboto_font_loader_ios",
|
| "//ui/base",
|
| ]
|
| + cflags = [
|
| + "-fprofile-instr-generate",
|
| + "-fcoverage-mapping",
|
| + "-g",
|
| + "-O0",
|
| + "-DDEBUG=1",
|
| + ]
|
| libs = [ "UIKit.framework" ]
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| }
|
|
|