xiaoxiang781216 commented on code in PR #14506: URL: https://github.com/apache/nuttx/pull/14506#discussion_r1816014095
########## mm/kasan/CMakeLists.txt: ########## @@ -19,16 +19,16 @@ # the License. # # ############################################################################## -set(SRCS hook.c) Review Comment: it's intentional to always compile hook.c, since the 3rd party may release the library with kasan, but we want to disable kasan check temporally. -- 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]
