Commit 4f0f6eb0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Changed GCOV settings

parent 4932ce96
......@@ -202,9 +202,9 @@ failedtests () (
if $enable_gcov ; then
#export CC=gcc6
export CC=clang80
export GCOVPROG='llvm-cov80 gcov'
export CFLAGS="-fprofile-arcs -ftest-coverage -fstack-protector -DDONT_DLCLOSE_VMODS"
#export CC=clang80
export GCOVPROG='llvm-cov gcov'
export CFLAGS="-fprofile-arcs -ftest-coverage -fstack-protector -DDONT_DLCLOSE_VMODS -DGCOVING"
export MAKEFLAGS=-j1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment