xiaoxiang781216 commented on a change in pull request #3065: URL: https://github.com/apache/incubator-nuttx/pull/3065#discussion_r594313483
########## File path: binfmt/Kconfig ########## @@ -75,3 +75,11 @@ config SYMTAB_ORDEREDBYNAME the logic can perform faster lookups using a binary search. Otherwise, the symbol table is assumed to be un-ordered and only slow, linear searches are supported. + +config SYMTAB_DECORATED Review comment: Should we move SYMTAB_ORDEREDBYNAME and SYMTAB_DECORATED to libs/libc/symtab/Kconfig? so both modlib and binfmt can use the same config. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org