mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-10 22:28:53 +00:00
travis: code coverage, maybe?
This commit is contained in:
@@ -95,7 +95,13 @@ main() {
|
||||
if [ -v PREBUILT ]; then
|
||||
fetch_prebuilt_libs
|
||||
fi
|
||||
make ${lib_locs[@]-} "$@"
|
||||
|
||||
optimizations="-O3"
|
||||
if [ -v COVERAGE ]; then
|
||||
optimizations="-fprofile-arcs -ftest-coverage"
|
||||
fi
|
||||
|
||||
make ${lib_locs[@]-} "$@" OPTIMIZATIONS="$optimizations"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user