We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for build_unflags where user be able to specify flags which should be removed from the build environment.
build_unflags
For example,
[env:myenv] build_unflags = -ffunction-sections -fno-exceptions -g
The text was updated successfully, but these errors were encountered:
ab5d7f3
Version bump to 2.9.0 (issues #438, #472, #480, #535, #559, #576, #585,
9b86fdc
#590, #596, #598, #599, #600, #601, #602, #604, #609, #610, #613, #616, #618, #626, #627, #631, #632, #633, #635, #636, #637)
ivankravets
No branches or pull requests
Add support for
build_unflags
where user be able to specify flags which should be removed from the build environment.For example,
The text was updated successfully, but these errors were encountered: