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:
parent
76fb058dd7
commit
1d0d4c08b8
@ -15,7 +15,7 @@ fetch_if_needed() {
|
||||
build() {
|
||||
cd sqlite
|
||||
./configure
|
||||
make
|
||||
make -j$(nproc)
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user