diff options
Diffstat (limited to 'make_gcov.sh')
-rw-r--r-- | make_gcov.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_gcov.sh b/make_gcov.sh index 4d5f63f1dd..e3ceb96d07 100644 --- a/make_gcov.sh +++ b/make_gcov.sh @@ -28,7 +28,7 @@ GCCINCDIR=`gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp"` LIBSYSFS="-I$PWD/libsysfs/sysfs -I$PWD/libsysfs" WARNINGS="-Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" GCC="-I$GCCINCDIR" -USE_LOG="-DLOG" +USE_LOG="-DUSE_LOG" DEBUG="-D_GNU_SOURCE" GCOV_FLAGS="-pipe -fprofile-arcs -ftest-coverage" |