Opened 17 years ago

Closed 17 years ago

#2217 closed defect (fixed)

Rename --enable-coverage to --enable-gcov

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 5.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

The name -f the --enable-coverage configure option is confusing and it should be renamed. There was even a comment posted to that effect in

http://mapserver.gis.umn.edu/docs/howto/compiling_on_unix

"Don't confuse the --enable-coverage configure option with WCS coverages as I did. ;-) It has more to do with code profiling. I suggest not turning this switch on, as it can produce some errors in PHP/MapScript."

Change History (1)

comment:1 by dmorissette, 17 years ago

Resolution: fixed
Status: newclosed

Fixed. --enable-coverage has been renamed --enable-gcov in r6527 and the configure --help message has been made clearer:

  --enable-gcov           Enable source code coverage testing using gcov
Note: See TracTickets for help on using tickets.