Skip to content

Commit 4564d26

Browse files
committed
Add CXXFLAGS
1 parent 61425f5 commit 4564d26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/httpd/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ENV HTTPD=${HTTPD_SOURCES}
1313
ENV CFLAGS="${CFLAGS}"
1414
ENV LDFLAGS="${LDFLAGS}"
1515
ENV HTTPD_FLAGS="${HTTPD_DEFAULT_FLAGS} ${HTTPD_EXTRA_FLAGS}"
16+
ENV CXXFLAGS="-fprofile-arcs -ftest-coverage"
1617

1718
# make sure you have copy of the local repository at place
1819
# (our function "httpd_create" takes care of that)

0 commit comments

Comments
 (0)