[Tile-serving] [openstreetmap/osm2pgsql] Added LuaJIT support (#810)

Marcos Dione notifications at github.com
Thu Feb 8 19:42:33 UTC 2018


StyXman 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)

How should these be used? `WITH_LUAJIT` implies `WITH_LUA` or not? Or should they be mutually exclusive? 

-- 
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#pullrequestreview-95207456
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180208/69f8f028/attachment.html>


More information about the Tile-serving mailing list