aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 4d682c60d..88d43e279 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -7,7 +7,7 @@ if MINGW
7endif 7endif
8 8
9if USE_COVERAGE 9if USE_COVERAGE
10 AM_CFLAGS = -fprofile-arcs -ftest-coverage 10 AM_CFLAGS = --coverage -O0
11endif 11endif
12 12
13 13