File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,10 +72,13 @@ A typical use of libocxl will follow this pattern:
7272
7373# Development
7474The following environment variables may be set (to 1 or "YES") to assist with development:
75+
7576** LIBOCXL_INFO** Print information about the LibOCXL build to stderr. This should be included in any bug reports.
77+
7678** LIBOCXL_TRACE_ALL** Force AFU interaction trace messages to be emitted for all AFUs unless explicitly disabled.
79+
7780** LIBOCXL_VERBOSE_ERRORS_ALL** Force verbose errors to be emitted for any failed LibOCXL calls, unless explicitly disabled.
7881
7982Patches may be submitted via Github pull requests. Please prepare your patches
8083by running ` make precommit ` before committing your work, and addressing any warnings & errors reported.
81- Patches must compile cleanly with the latest stable version of GCC to be accepted.
84+ Patches must compile cleanly with the latest stable version of GCC to be accepted.
You can’t perform that action at this time.
0 commit comments