Skip to content
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

feat(Build): Added CXX_STANDARD flag to override default when compiling for C++ #1259

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

EricB-ADI
Copy link
Contributor

@EricB-ADI EricB-ADI commented Nov 8, 2024

Description

Added CXX_STANDARD flag used in project.mk as CXX_STANDARD=14.Which results in -std=c++14 default value is 17 if not specified

@EricB-ADI EricB-ADI changed the title feat(Build): Added CXX_STANDARD flash to override default C++ standard feat(Build): Added CXX_STANDARD flag to override default C++ standard Nov 8, 2024
@EricB-ADI EricB-ADI changed the title feat(Build): Added CXX_STANDARD flag to override default C++ standard feat(Build): Added CXX_STANDARD flag to override default when compiling for C++ Nov 8, 2024
Copy link
Contributor

@Jake-Carter Jake-Carter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

There is an RF_Test build issue

@EricB-ADI
Copy link
Contributor Author

Thanks for the one last approval :)

@EricB-ADI EricB-ADI merged commit d2480e1 into main Nov 8, 2024
8 of 9 checks passed
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Nov 8, 2024
@Jake-Carter
Copy link
Contributor

Thanks for the one last approval :)

Over and out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants