We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df841c5 commit 83413afCopy full SHA for 83413af
buildspec-linux-make-gcc-cov.yml
@@ -34,4 +34,3 @@ cache:
34
- '/var/lib/apt/lists/**/*'
35
- '/root/.ccache/**/*'
36
- '/root/.cache/codecov.sh'
37
-
src/config.inc
@@ -8,6 +8,11 @@ else
8
CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations -Wswitch-enum
9
endif
10
11
+ifeq ($(CPROVER_WITH_PROFILING),1)
12
+ CXXFLAGS += -fprofile-arcs -ftest-coverage
13
+ LINKFLAGS += -lgcov -fprofile-arcs
14
+endif
15
+
16
# Select optimisation or debug info
17
#CXXFLAGS += -O2 -DNDEBUG
18
#CXXFLAGS += -O0 -g
0 commit comments