We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0c85e commit d212422Copy full SHA for d212422
1 file changed
stsafe/user_settings.h
@@ -31,6 +31,9 @@ extern "C" {
31
/* ------------------------------------------------------------------------- */
32
#define SIZEOF_LONG_LONG 8
33
34
+/* Use small stack (heap allocation for large buffers) */
35
+#define WOLFSSL_SMALL_STACK
36
+
37
/* Threading - single threaded for simple testing */
38
/* #define SINGLE_THREADED */
39
0 commit comments