Skip to content

Commit

Permalink
Update build option note based on feedback from customer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Dec 23, 2020
1 parent f58862e commit 3d24295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ wolfAsync_DevClose(&devId);

## Build Options

1. Async multi-threading can be disabled by defining `WC_NO_ASYNC_THREADING`.
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.
2. Software benchmarks can be disabled by defining `NO_SW_BENCH`.
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.
4. Use `WOLFSSL_DEBUG_MEMORY` and `WOLFSSL_TRACK_MEMORY` to help debug memory issues. QAT also supports `WOLFSSL_DEBUG_MEMORY_PRINT`.
Expand Down

0 comments on commit 3d24295

Please # to comment.