Sign in
webkit
/
WebKit
/
c40b553ec07240fe5ed753e57d2381bca594fba7
/
.
/
Tools
/
coverage
/
coverage.xcconfig
blob: a2ce914f22da4052641c5b6b385865e3c8cfefd7 [
file
] [
log
] [
blame
]
OTHER_CFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
-
fcoverage
-
mapping
;
OTHER_CPLUSPLUSFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
-
fcoverage
-
mapping
;
OTHER_LDFLAGS
=
$
(
inherited
)
-
fprofile
-
instr
-
generate
;