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:
Arvid Norberg
2009-01-07 01:58:43 +00:00
parent ab05011f1d
commit 42f428f776
3 changed files with 8 additions and 0 deletions

View File

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