We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c860d commit 6a72739Copy full SHA for 6a72739
CMakeLists.txt
@@ -734,6 +734,7 @@ if (MI_BUILD_TESTS)
734
target_link_libraries(mimalloc-test-stress-dynamic PRIVATE mimalloc ${mi_libraries}) # link mi_version
735
add_test(NAME test-stress-dynamic COMMAND ${CMAKE_COMMAND} -E env MIMALLOC_VERBOSE=1 $<TARGET_FILE:mimalloc-test-stress-dynamic>)
736
else()
737
+ target_link_libraries(mimalloc-test-stress-dynamic PRIVATE ${mi_libraries}) # pthreads, issue 1158
738
if(APPLE)
739
set(LD_PRELOAD "DYLD_INSERT_LIBRARIES")
740
0 commit comments