File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ option(
55
55
OFF )
56
56
option (
57
57
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 )"
59
59
OFF )
60
60
option (UMF_FORMAT_CODE_STYLE
61
61
"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:
117
117
| UMF_USE_MSAN | Enable MemorySanitizer checks | ON/OFF | OFF |
118
118
| UMF_USE_VALGRIND | Enable Valgrind instrumentation | ON/OFF | OFF |
119
119
| 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 |
121
121
| UMF_DISABLE_HWLOC | Disable features that requires hwloc (OS provider, memory targets, topology discovery) | ON/OFF | OFF |
122
122
123
123
## Architecture: memory pools and providers
You can’t perform that action at this time.
0 commit comments