Skip to content

Commit

Permalink
using jemalloc again
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Oct 22, 2022
1 parent 24346d0 commit 2f03b37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ if(OpenCL_FOUND)
target_compile_definitions(mmx_modules PUBLIC WITH_OPENCL)
endif()

if(JEMALLOC_LIB AND 0)
if(JEMALLOC_LIB)
message(STATUS "Found jemalloc")
target_link_libraries(mmx_modules ${JEMALLOC_LIB})
target_compile_definitions(mmx_modules PUBLIC WITH_JEMALLOC)
Expand Down
2 changes: 0 additions & 2 deletions run_node.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

unset LD_PRELOAD

source ./activate.sh

mmx_node -c config/${NETWORK}/ config/node/ "${MMX_HOME}config/local/" $@

0 comments on commit 2f03b37

Please sign in to comment.