1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-03-12 07:49:45 +00:00
sqlite-parquet-vtable/make-linux-pgo
Colin Dellow 2167d102b4 Add make-linux-pgo
fixes #23, with perhaps some open questions about why PGO on
arrow/parquet-cpp regressed things.
2018-06-27 22:23:22 -04:00

10 lines
195 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
./make-linux distclean
./make-linux PROF=-fprofile-generate
./tests/test-all
./make-linux clean
./make-linux PROF=-fprofile-use