Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
c31e76ef3deeb900335c223876005b9efb84de24
/
.
/
Tools
/
coverage
/
coverage.xcconfig
blob: a2ce914f22da4052641c5b6b385865e3c8cfefd7 [
file
]
OTHER_CFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
-
fcoverage
-
mapping
;
OTHER_CPLUSPLUSFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
-
fcoverage
-
mapping
;
OTHER_LDFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
;