JianyuWang0623 commented on code in PR #2737:
URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1802225430


##########
nshlib/Kconfig:
##########
@@ -231,6 +231,13 @@ config NSH_ALIAS_MAX_AMOUNT
 
 endif # NSH_ALIAS
 
+config NSH_PIPELINE
+       bool "Enable pipeline support"
+       default n

Review Comment:
   > Why not keep default y ?
   
   OK, only a small increase in size.
   
   |Strip\NSH_PIPELINE| y| n|
   |--|--|--|
   |Not stripped| 4,404,992 | 4,388,328|
   |Stripped| 1,749,344 | 1,744,544|



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to