mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Updated Building wolfSSL (markdown)
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user