mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-10 22:28:53 +00:00
Build sqlite in parallel
This commit is contained in:
@@ -15,7 +15,7 @@ fetch_if_needed() {
|
|||||||
build() {
|
build() {
|
||||||
cd sqlite
|
cd sqlite
|
||||||
./configure
|
./configure
|
||||||
make
|
make -j$(nproc)
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
Reference in New Issue
Block a user