mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 12:12:12 +01:00
Making small stack usage disabled by default
This commit is contained in:
@@ -1356,9 +1356,9 @@ fi
|
||||
|
||||
# Small Stack
|
||||
AC_ARG_ENABLE([smallstack],
|
||||
[ --enable-smallstack Enable Small Stack Usage (default: enabled)],
|
||||
[ --enable-smallstack Enable Small Stack Usage (default: disabled)],
|
||||
[ ENABLED_SMALL_STACK=$enableval ],
|
||||
[ ENABLED_SMALL_STACK=yes ]
|
||||
[ ENABLED_SMALL_STACK=no ]
|
||||
)
|
||||
|
||||
if test "x$ENABLED_SMALL_STACK" = "xyes"
|
||||
|
||||
Reference in New Issue
Block a user