mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-17 07:38:48 +00:00
Optimizations to shared memory
Load the context at start in readonly mode instead of fetching for every entry.
This commit is contained in:
@@ -331,14 +331,6 @@ target_link_libraries(dNet dDatabase)
|
||||
target_link_libraries(dGame dDatabase)
|
||||
target_link_libraries(dChatFilter dDatabase)
|
||||
|
||||
# Include Boost
|
||||
find_package(Boost COMPONENTS interprocess)
|
||||
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
target_link_libraries(dGame ${Boost_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(raknet ws2_32)
|
||||
|
||||
Reference in New Issue
Block a user