1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

Build sqlite in parallel

This commit is contained in:
Colin Dellow 2018-06-26 23:05:30 -04:00
parent 76fb058dd7
commit 1d0d4c08b8

View File

@ -15,7 +15,7 @@ fetch_if_needed() {
build() {
cd sqlite
./configure
make
make -j$(nproc)
}
main() {