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

Option to disable variable tracking with GNU compiler #1198

Merged
merged 4 commits into from
Jul 29, 2022

Conversation

rafmudaf
Copy link
Collaborator

Feature or improvement description
This pull request adds the CMake option to disable variable tracking with the GNU compiler by addition flags compiler flags to specific files. This was already in place for specific circumstances, but this pull request allows the setting to be directly controller during CMake configuration. The result of this is a reduction in compile time in GitHub Actions.

Impacted areas of the software
CMake, OpenFAST Library, FAST Farm. The targets are not changed, but now they can be directly configured.

@rafmudaf rafmudaf added this to the v3.3.0 milestone Jul 27, 2022
@rafmudaf rafmudaf self-assigned this Jul 27, 2022
@rafmudaf rafmudaf force-pushed the q3/disable_variable_tracking branch from 2b67c8c to 730f322 Compare July 28, 2022 23:06
@rafmudaf rafmudaf merged commit 1b744a2 into OpenFAST:dev Jul 29, 2022
@rafmudaf rafmudaf deleted the q3/disable_variable_tracking branch July 29, 2022 18:34
@rafmudaf rafmudaf mentioned this pull request Oct 27, 2022
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant