Updated Building wolfSSL (markdown)

Alex Abrahamson
2017-11-07 16:59:24 -07:00
parent b0fc7aaa1b
commit e74700ce56

@@ -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.