[Tile-serving] [openstreetmap/osm2pgsql] Added LuaJIT support (#810)
mmd
notifications at github.com
Thu Feb 8 21:28:14 UTC 2018
mmd-osm commented on this pull request.
> @@ -11,7 +11,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
set(DATA_DIR \"${CMAKE_INSTALL_PREFIX}/share/osm2pgsql\")
option(BUILD_TESTS "Build test suite" OFF)
-option(WITH_LUA "Build with lua support" ON)
+option(WITH_LUA "Build with Lua support" ON)
+option(WITH_LUAJIT "Build with LuaJIT support" OFF)
Yes, see line 88 + 89 below, `WITH_LUAJIT` implies `WITH_LUA`
--
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/810#discussion_r167072918
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180208/23856c29/attachment.html>
More information about the Tile-serving
mailing list