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

Add compiler flag override macro #70

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

awnawab
Copy link
Contributor

@awnawab awnawab commented Oct 31, 2024

Currently, in order to use per source file overridable flags, we have to run a cmake script before the call to project. This has the limitation that it limits the use of ecbuild_options in the compiler flags cmake script. The current PR removes this limitation by adding a new ecbuild_override_compiler_flags macro that can be invoked after the call to project.

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.

1 participant