• M
    Add --cover option to ./configure for gcc coverage testing. · d66a3079
    Mark Adler 提交于
    This adds the -fprofile-arcs and -ftest-coverage options when compiling
    the source code for the static library.  Those same options must then be
    used when linking the static library into an executable.  This updates
    Makefile.in to remove and .gitignore to ignore the files generated when
    testing coverage.
    d66a3079
configure 18.1 KB