- Timestamp:
- 2006-07-07T13:33:31Z (18 years ago)
- Branches:
- master
- Children:
- f4aa393
- Parents:
- bf25fa3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbf25fa3 r66b9e86e 28 28 debug=0 29 29 strip=1 30 gcov=0 30 31 ipv6=1 31 32 … … 64 65 --debug=0/1 Disable/enable debugging $debug 65 66 --strip=0/1 Disable/enable binary stripping $strip 67 --gcov=0/1 Disable/enable test coverage reporting $gcov 66 68 67 69 --ipv6=0/1 IPv6 socket support $ipv6 … … 314 316 fi 315 317 318 if [ "$gcov" = "1" ]; then 319 echo "CFLAGS+=-ftest-coverage -fprofile-arcs" >> Makefile.settings 320 echo "EFLAGS+=-lgcov" >> Makefile.settings 321 fi 322 316 323 echo 317 324 if [ -z "$BITLBEE_VERSION" -a -d .bzr ] && type bzr > /dev/null 2> /dev/null; then
Note: See TracChangeset
for help on using the changeset viewer.