Build osm2pgsql with -j4
This commit is contained in:
parent
e09c257995
commit
cb837ef5f2
|
@ -36,7 +36,7 @@ RUN git clone --branch $OSM2PGSQL_VERSION git://github.com/openstreetmap/osm2pg
|
||||||
mkdir build &&\
|
mkdir build &&\
|
||||||
cd build &&\
|
cd build &&\
|
||||||
cmake .. &&\
|
cmake .. &&\
|
||||||
make &&\
|
make -j4 &&\
|
||||||
make install
|
make install
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
|
|
Loading…
Reference in a new issue