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 b8cc2ba commit 74a1848Copy full SHA for 74a1848
test/includes/common.sh
@@ -5,7 +5,7 @@ HTTPD_IMG=${HTTPD_IMG:-mod_proxy_cluster-testsuite-httpd}
5
MPC_NAME=${MPC_NAME:-httpd-mod_proxy_cluster}
6
7
if [ $CODE_COVERAGE ]; then
8
- MPC_CFLAGS="$MPC_CFLAGS --coverage -fprofile-arcs -ftest-coverage -g -O0"
+ MPC_CFLAGS="$MPC_CFLAGS --coverage -fprofile-arcs -ftest-coverage -fPIC -g -O0"
9
MPC_LDFLAGS="$MPC_LDFLAGS -lgcov"
10
HTTPD_EXTRA_FLAGS="$HTTPD_EXTRA_FLAGS --enable-debugger-mode"
11
fi
0 commit comments