define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION in CMakeLists.txt and configure.in. Also define BOOST_EXCEPTION_DISABLE to disable boost.exception
This commit is contained in:
@@ -191,6 +191,8 @@ if (MSVC)
|
||||
endif(MSVC)
|
||||
|
||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
add_definitions(-DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION)
|
||||
add_definitions(-DBOOST_DISABLE_EXCEPTION)
|
||||
|
||||
if (tcmalloc)
|
||||
target_link_libraries(torrent-rasterbar tcmalloc)
|
||||
|
Reference in New Issue
Block a user