- Timestamp:
- 2008-04-03T15:05:52Z (17 years ago)
- Branches:
- master
- Children:
- a8d28d9
- Parents:
- 69aaf14 (diff), dd34575 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r69aaf14 r6ff51ff 393 393 394 394 if [ "$gcov" = "1" ]; then 395 echo "CFLAGS+=- ftest-coverage -fprofile-arcs" >> Makefile.settings396 echo "EFLAGS+=- lgcov" >> Makefile.settings395 echo "CFLAGS+=--coverage" >> Makefile.settings 396 echo "EFLAGS+=--coverage" >> Makefile.settings 397 397 fi 398 398
Note: See TracChangeset
for help on using the changeset viewer.