File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ option(
5555 OFF )
5656option (
5757 UMF_LINK_HWLOC_STATICALLY
58- "Link UMF with HWLOC library statically (supported for Linux, MacOS and Release build on Windows)"
58+ "Link UMF with HWLOC library statically (proxy library will be disabled on Windows+Debug build )"
5959 OFF )
6060option (UMF_FORMAT_CODE_STYLE
6161 "Add clang, cmake, and black -format-check and -format-apply targets"
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ List of options provided by CMake:
117117| UMF_USE_MSAN | Enable MemorySanitizer checks | ON/OFF | OFF |
118118| UMF_USE_VALGRIND | Enable Valgrind instrumentation | ON/OFF | OFF |
119119| UMF_USE_COVERAGE | Build with coverage enabled (Linux only) | ON/OFF | OFF |
120- | UMF_LINK_HWLOC_STATICALLY | Link UMF with HWLOC library statically (Windows+Release only ) | ON/OFF | OFF |
120+ | UMF_LINK_HWLOC_STATICALLY | Link UMF with HWLOC library statically (proxy library will be disabled on Windows+Debug build ) | ON/OFF | OFF |
121121| UMF_DISABLE_HWLOC | Disable features that requires hwloc (OS provider, memory targets, topology discovery) | ON/OFF | OFF |
122122
123123## Architecture: memory pools and providers
You can’t perform that action at this time.
0 commit comments