summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fb251fc9e4..d30640f30c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -62,15 +62,6 @@ config("pdfium_common_config") {
defines += [ "PDFIUM_PRINT_TEXT_WITH_GDI" ]
}
- if (use_coverage && is_clang) {
- cflags += [
- "--coverage",
- "-g",
- "-O0",
- ]
- ldflags += [ "--coverage" ]
- }
-
if (is_win) {
# Assume UTF-8 by default to avoid code page dependencies.
cflags += [ "/utf-8" ]