-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
nuttx/arch: Remove GCCVER and add compilation options directly. #13720
Conversation
[Experimental Bot, please feedback here] This PR appears to be missing critical information. Here's a breakdown based on the provided template: Summary:
Impact:
Testing:
To improve this PR:
By addressing these points, the PR will be much clearer, allowing reviewers to understand the changes and their implications effectively. |
@cuiziwei1 remove the merge patch from pr |
Signed-off-by: cuiziwei <[email protected]>
ad5dc50
to
f618987
Compare
@cuiziwei1 Please check the comments here: #13776 Older versions of GCC seem to be failing, we might need a workaround. |
Summary
Remove the judgment of GCCVER and add compilation options directly. If there is a problem that the compiler cannot recognize the compilation options, add it separately.
Impact
Testing