Skip to content

Commit 1d6c421

Browse files
dgarskedanielinux
authored andcommitted
Disable dynamic stack for SP math and SP math all.
1 parent 17b948b commit 1d6c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ extern int tolower(int c);
266266

267267
/* Memory model */
268268

269-
#ifdef WOLFSSL_SP_MATH
269+
#if defined(WOLFSSL_SP_MATH) || defined(WOLFSSL_SP_MATH_ALL)
270270
/* Disable VLAs */
271271
#define WOLFSSL_SP_NO_DYN_STACK
272272
#endif

0 commit comments

Comments
 (0)