xiaoxiang781216 opened a new pull request #1687:
URL: https://github.com/apache/incubator-nuttx/pull/1687


   ## Summary
   This can hidden all nuttx's symbols,
   and DO NOT export nuttx's symbols to share libraries.
   
   e.g.
   wrong:
   
   NUTTX       PC       NUTTX
   ffmpeg -> asound -> sysconf
   
   right:
   
   NUTTX       PC       PC
   ffmpeg -> asound -> sysconf
   
   ## Impact
   
   ## Testing
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to