Revert "Arenoros zone/optimization size/delayed malloc"

This commit is contained in:
Takatoshi Kondo
2023-11-23 18:24:47 +09:00
committed by GitHub
parent 2987022c10
commit d372a71786
8 changed files with 466 additions and 422 deletions

View File

@@ -1,6 +1,6 @@
FIND_PACKAGE (Threads REQUIRED)
FIND_PACKAGE (ZLIB)
FIND_PACKAGE (Boost REQUIRED COMPONENTS unit_test_framework)
FIND_PACKAGE (Boost REQUIRED COMPONENTS unit_test_framework system)
LIST (APPEND check_PROGRAMS
array_ref.cpp
@@ -79,6 +79,7 @@ FOREACH (source_file ${check_PROGRAMS})
TARGET_LINK_LIBRARIES (${source_file_we}
msgpack-cxx
Boost::system
Boost::unit_test_framework
Threads::Threads
ZLIB::ZLIB