[Tile-serving] [openstreetmap/osm2pgsql] Command line option "-V" to include library versions (#844)
mmd
notifications at github.com
Sun Apr 22 13:54:43 UTC 2018
Now that we have a number of compile time options, `osm2pgsql -V` should print some more details about used libraries to facilitate future issue analysis.
### Option 1 - default
```
osm2pgsql version 0.96.0-RC1 (64 bit id space)
Compiled using the following library versions:
Libosmium 2.14.0
Lua 5.2.4
```
### Option 2 - LuaJIT
```
osm2pgsql version 0.96.0-RC1 (64 bit id space)
Compiled using the following library versions:
Libosmium 2.14.0
Lua 5.1.4 (LuaJIT 2.0.4)
```
### Option 3 - no Lua at all
```
osm2pgsql version 0.96.0-RC1 (64 bit id space)
Compiled using the following library versions:
Libosmium 2.14.0
Lua support not included
```
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/844
-- Commit Summary --
* Command line option "-V" to include library versions
-- File Changes --
M cmake/config.h.in (1)
M options.cpp (25)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/844.patch
https://github.com/openstreetmap/osm2pgsql/pull/844.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/844
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180422/0fecb48a/attachment.html>
More information about the Tile-serving
mailing list