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
-
tool_specific: gcc_arm: misc: c_flags: - -mfpu=fpv4-sp-d16 - -mfloat-abi=softfp - -g - -ggdb - -Os - -Wall - -fno-strict-aliasing - -ffunction-sections - -fdata-sections - -fno-exceptions - -fno-delete-null-pointer-checks - -fmessage-length=0 - -fno-builtin - -mthumb - -mcpu=cortex-m4 - -MMD - -MP
vs
standard_libraries: - m - gcc - c - nosys
this should be without -, as we parse them and add -
The text was updated successfully, but these errors were encountered:
But what about options that begin with --? Or toolchains that have options that don't begin with a dash, both those that start with / and no prefix.
--
/
Sorry, something went wrong.
No branches or pull requests
vs
this should be without
-
, as we parse them and add-
The text was updated successfully, but these errors were encountered: