We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61425f5 commit 4564d26Copy full SHA for 4564d26
1 file changed
test/httpd/Containerfile
@@ -13,6 +13,7 @@ ENV HTTPD=${HTTPD_SOURCES}
13
ENV CFLAGS="${CFLAGS}"
14
ENV LDFLAGS="${LDFLAGS}"
15
ENV HTTPD_FLAGS="${HTTPD_DEFAULT_FLAGS} ${HTTPD_EXTRA_FLAGS}"
16
+ENV CXXFLAGS="-fprofile-arcs -ftest-coverage"
17
18
# make sure you have copy of the local repository at place
19
# (our function "httpd_create" takes care of that)
0 commit comments