acassis commented on code in PR #17878: URL: https://github.com/apache/nuttx/pull/17878#discussion_r2695722302
########## net/Kconfig: ########## @@ -457,4 +457,10 @@ endmenu # Network Topologies source "net/route/Kconfig" +config NET_NO_LTO + bool "Support no-lto option for the network Makefile" + default n + ---help--- + network protocol stack supports the "no-lto" option with Makefile Review Comment: Please improve this ---help--- Description: what is it, why people should enable it and when people should enable it? -- 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]
