Skip to content

Commit 1ec9a62

Browse files
committed
Add CXXFLAGS
1 parent 34241ed commit 1ec9a62

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
@@ -12,6 +12,7 @@ ENV HTTPD=${HTTPD_SOURCES}
1212
ENV CFLAGS="${CFLAGS}"
1313
ENV LDFLAGS="${LDFLAGS}"
1414
ENV HTTPD_FLAGS="${HTTPD_DEFAULT_FLAGS} ${HTTPD_EXTRA_FLAGS}"
15+
ENV CXXFLAGS="-fprofile-arcs -ftest-coverage"
1516

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

0 commit comments

Comments
 (0)