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
my platform.ini looks like this [env:native] platform = native build_flags = -std=gnu++11 lib_deps = ArduinoFake build_type = debug debug_init_break = tbreak setup
the compiler makes an debug code is 7 time bigger then the release code but PlatformIO complains about something missing in platformio.ini
The text was updated successfully, but these errors were encountered:
PlatformIO complains about something missing in platformio.ini
u'd better be more precise, than just complains about something ;-)
Sorry, something went wrong.
No branches or pull requests
my
platform.ini looks like this
[env:native]
platform = native
build_flags = -std=gnu++11
lib_deps = ArduinoFake
build_type = debug
debug_init_break = tbreak setup
the compiler makes an debug code is 7 time bigger then the release code
but PlatformIO complains about something missing in platformio.ini
The text was updated successfully, but these errors were encountered: