mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
488ed47cda
We were linking/loading it in different ways, one with cmake option `USE_JELLOC` and the other, older version `WITH_JEMALLOC`. This removes the latter (which was default OFF) and keeps the former (which was added and has been default ON since 0.9.4 or so). Also removes the `ifdef`ed JEMALLOC code in lokinet.cpp because we don't need it; just linking to jemalloc is enough to get the malloc/free replacements. |
||
---|---|---|
.. | ||
add_import_library.cmake | ||
add_log_tag.cmake | ||
check_for_std_filesystem.cmake | ||
check_for_std_optional.cmake | ||
cmake_uninstall.cmake.in | ||
coverage.cmake | ||
cross_compile.cmake | ||
DownloadLibCurl.cmake | ||
DownloadLibSodium.cmake | ||
enable_lto.cmake | ||
FindJemalloc.cmake | ||
FindLibUV.cmake | ||
GenVersion.cmake | ||
installer.cmake | ||
libatomic.cmake | ||
link_dep_libs.cmake | ||
MacroEnsureOutOfSourceBuild.cmake | ||
ngtcp2_lib.cmake | ||
shadow.cmake | ||
solaris.cmake | ||
static_link.cmake | ||
StaticBuild.cmake | ||
target_link_libraries_system.cmake | ||
TargetArch.cmake | ||
unix.cmake | ||
Version.cmake | ||
win32_installer_deps.cmake | ||
win32.cmake |