diff --git a/Building-wolfSSL.md b/Building-wolfSSL.md index edb73e7..54e0f17 100644 --- a/Building-wolfSSL.md +++ b/Building-wolfSSL.md @@ -476,7 +476,7 @@ By default, wolfSSL only builds in shared mode, with static mode being disabled. ### 2.5.1 Build Option Notes -**debug** - enabling debug support allows easier debugging by compiling with debug information and defining the constant **DEBUG_WOLFSSL** which outputs messages to **stderr**. To turn debug on at runtime, call _wolfSSL\_Debugging\_ON()._ To turn debug logging off at runtime, call _wolfSSL\_Debugging\_OFF()._ For more information, see Chapter 8. +**debug** - enabling debug support allows easier debugging by compiling with debug information and defining the constant **DEBUG_WOLFSSL** which outputs messages to **stderr**. To turn debug on at runtime, call _wolfSSL\_Debugging\_ON()._ To turn debug logging off at runtime, call _wolfSSL\_Debugging\_OFF()._ For more information, see [Chapter 8](https://github.com/wolfSSL/wolfssl/wiki/Debugging). **singlethreaded** - enabling single threaded mode turns off multi thread protection of the session cache. Only enable single threaded mode if you know your application is single threaded or your application is multithreaded and only one thread at a time will be accessing the library.