diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/BUILD.gn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 3274338d49..30cc8ef6e9 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -36,15 +36,6 @@ config("pdfium_samples_config") { if (enable_callgrind) { defines += [ "ENABLE_CALLGRIND" ] } - - if (use_coverage && is_clang) { - cflags += [ - "--coverage", - "-g", - "-O0", - ] - ldflags += [ "--coverage" ] - } } executable("pdfium_test") { |