Fixed serious issue where oversized packets would be split apart by libevent without proper handling by the db core. Removed Google Sanitizers

This commit is contained in:
2022-11-27 10:46:56 +02:00
parent b5ea548038
commit 972530f3a7
3 changed files with 19 additions and 5 deletions

View File

@ -49,4 +49,3 @@ find_package (Threads REQUIRED)
target_link_libraries (${PROJECT_NAME} Threads::Threads)
target_link_libraries(${PROJECT_NAME} libgame libpoly libsql libthecore liblua)