Skip to content

Commit 3d24295

Browse files
committed
Update build option note based on feedback from customer.
1 parent f58862e commit 3d24295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ wolfAsync_DevClose(&devId);
217217

218218
## Build Options
219219

220-
1. Async multi-threading can be disabled by defining `WC_NO_ASYNC_THREADING`.
220+
1. Async multi-threading can be disabled by defining `WC_NO_ASYNC_THREADING`. This only disables internal async threading functions. You are free to use other threading APIs or paradigms in your application.
221221
2. Software benchmarks can be disabled by defining `NO_SW_BENCH`.
222222
3. The `WC_ASYNC_THRESH_NONE` define can be used to disable the cipher thresholds, which are tunable values to determine at what size hardware should be used vs. software.
223223
4. Use `WOLFSSL_DEBUG_MEMORY` and `WOLFSSL_TRACK_MEMORY` to help debug memory issues. QAT also supports `WOLFSSL_DEBUG_MEMORY_PRINT`.

0 commit comments

Comments
 (0)