diff options
Diffstat (limited to 'Makefile.prof')
-rw-r--r-- | Makefile.prof | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.prof b/Makefile.prof index 5dc3c009..c923546a 100644 --- a/Makefile.prof +++ b/Makefile.prof @@ -1,4 +1,5 @@ CXXFLAGS+=-fprofile-arcs -ftest-coverage +CFLAGS+=-fprofile-arcs -ftest-coverage LCOV_FILE=newsbeuter.info |