diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-01-06 16:52:44 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-01-06 16:52:44 +0100 |
| commit | b65c3f5f4a4edbc953c405bfacd33f186f3a1931 (patch) | |
| tree | fdcb8939b8239795e4665bf5050399354f52056b /src/common | |
| parent | 42fbcf2fc58690346ef1db12803b79634985d44f (diff) | |
Core/Misc: Replaced boost::container::static_vector in packet classes with plain vector with custom static storage allocatlr
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 6b674e9dd24..66caf6c4e10 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -73,7 +73,8 @@ target_link_libraries(common valgrind threads jemalloc - openssl_ed25519) + openssl_ed25519 + short_alloc) add_dependencies(common revision_data.h) |
