-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: Fix some errors when using kasan #13782
Conversation
[Experimental Bot, please feedback here] No, this PR does not meet the NuttX requirements. Here's why and how to improve it:
How to Fix the PR Description:
Remember: A good PR description saves reviewers time and increases the chances of your changes being accepted. |
please update the PR title to something more suggestive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add commit description
add_compile_options(--param asan-globals=1) is recognized as --param-lasan-globals=1, which causes compilation exception: Signed-off-by: W-M-R <[email protected]>
… arm64 architecture Signed-off-by: W-M-R <[email protected]>
Summary
Impact
No
Testing
No