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

Only rewrite config when there are changes #994

Open
ghseb opened this issue Jun 29, 2021 · 0 comments
Open

Only rewrite config when there are changes #994

ghseb opened this issue Jun 29, 2021 · 0 comments

Comments

@ghseb
Copy link

ghseb commented Jun 29, 2021

It seems that the command mbed toolchain GCC_ARM modifies (updates the change timestamp) the configuration file (.mbed) even if the value does not change. This can be a problem at least in mbed-os-5 because modifying the file .mbed forces a full recompilation.

Probably first reading the configuration and only updating the file when something actually changed would be a superior behaviour.

Related source:

elif value:

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

No branches or pull requests

1 participant