anchao commented on issue #18484: URL: https://github.com/apache/nuttx/issues/18484#issuecomment-4038875401
some individual developers are using sandbox solutions to avoid license issues (e.g., WAMR AOT), which ensures that libssh remains independent of the kernel image. libssh is highly feature-rich. In terms of code size, since dynamic libraries are not required for RTOS runtime, you can exclude unnecessary symbols at link time. You can try compiling libssh—you’ll be surprised by the final code size. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
