Skip to content

Commit 768079b

Browse files
authored
Merge branch 'master' into spell_warr_thunder_blast
2 parents 131bf3d + d6f4f02 commit 768079b

279 files changed

Lines changed: 69991 additions & 12819 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dep/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ if(SERVERS OR TOOLS)
2020
add_subdirectory(utf8cpp)
2121
add_subdirectory(valgrind)
2222
add_subdirectory(openssl)
23-
add_subdirectory(jemalloc)
23+
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM)
24+
add_subdirectory(jemalloc)
25+
endif()
2426
add_subdirectory(argon2)
2527
add_subdirectory(openssl_ed25519)
2628
add_subdirectory(short_alloc)

dep/PackageList.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ G3D (a commercial-grade C++ 3D engine available as Open Source (BSD License)
1717
Version: 9.0-Release r4036
1818

1919
jemalloc (a general-purpose scalable concurrent malloc-implementation)
20-
http://www.canonware.com/jemalloc/
21-
Version: 5.2.1
20+
https://github.com/jemalloc/jemalloc
21+
Version: 5.3.0
2222

2323
libreadline (command line editing library)
2424
https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html

0 commit comments

Comments
 (0)