diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-01-06 16:52:44 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-12 17:56:15 +0200 |
| commit | f5a2e2ae13e3f7b505b069c1cd98e3157c31c83a (patch) | |
| tree | 50567e305521694de10f09f038831ccf4d19552c /src/common | |
| parent | 30adff16ae8806b7d5df824b6d3fdd331f7ff233 (diff) | |
Core/Misc: Replaced boost::container::static_vector in packet classes with plain vector with custom static storage allocatlr
(cherry picked from commit b65c3f5f4a4edbc953c405bfacd33f186f3a1931)
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 5258258a7c6..67d0d663c73 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -72,7 +72,8 @@ target_link_libraries(common openssl valgrind threads - jemalloc) + jemalloc + short_alloc) add_dependencies(common revision_data.h) |
