summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c97cd7046..8db12f9fa 100644
--- a/README
+++ b/README
@@ -194,7 +194,7 @@ Generating Test Coverage information with gcc
If you want to generate test coverage data, use the following steps:
./buildconf
- CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
+ CFLAGS="--coverage -fprofile-abs-path" LDFLAGS="--coverage" ./configure
make
cd test
make