Skip to content

Commit 625a9d4

Browse files
Merge pull request #986 from PatKamin/update-docs
Update description of UMF_LINK_HWLOC_STATICALLY flag
2 parents 1f695ad + 3e12e18 commit 625a9d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ option(
5555
OFF)
5656
option(
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)
6060
option(UMF_FORMAT_CODE_STYLE
6161
"Add clang, cmake, and black -format-check and -format-apply targets"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)