Skip to content

Commit

Permalink
Disable nedmalloc due to openmp crash in cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 31, 2024
1 parent 816c5c9 commit c498f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ else ()
endif ()

target_link_libraries(mmseqs-framework tinyexpr ${ZSTD_LIBRARIES} microtar)
if (CYGWIN)
target_link_libraries(mmseqs-framework nedmalloc)
endif ()
# if (CYGWIN)
# target_link_libraries(mmseqs-framework nedmalloc)
# endif ()

if (EMSCRIPTEN)
target_compile_definitions(mmseqs-framework PUBLIC -DHAVE_ZLIB=1 -DHAVE_BZLIB=1)
Expand Down

0 comments on commit c498f51

Please sign in to comment.