Skip to content

Commit bd74f5b

Browse files
committed
configure: Remove CODE_COVERAGE build type
Because we don't use it. Signed-off-by: Lars Erik Wik <[email protected]>
1 parent e2fdf3e commit bd74f5b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

build-scripts/configure

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,6 @@ case "$BUILD_TYPE" in
9696
# in order to reduce the size of the packages
9797
CFLAGS="-g2 -O1 $CFLAGS"
9898
;;
99-
CODE_COVERAGE)
100-
ARGS="$ARGS --enable-debug"
101-
# lcov is not found in Windows and other platforms
102-
case "${OS}-${OS_VERSION}" in
103-
mingw*)
104-
;;
105-
hpux*)
106-
;;
107-
solaris*)
108-
;;
109-
rhel-4.*)
110-
;;
111-
aix*)
112-
;;
113-
*)
114-
ARGS="$ARGS --enable-coverage"
115-
;;
116-
esac
117-
;;
11899
*)
119100
echo "Unknown build type: $BUILD_TYPE"
120101
exit 42

0 commit comments

Comments
 (0)