Control debug flags and optimization level with a new "debug_build_flags" option

This commit is contained in:
Ivan Kravets
2020-01-22 22:20:24 +02:00
parent 5bdec19f31
commit 17f9d57207
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ PlatformIO Core 4.0
- Project Manager
- Project Configuration UI for `"platformio.ini" <https://docs.platformio.org/page/projectconf.html>`__
* Control debug flags and optimization level with a new `debug_build_flags <https://docs.platformio.org/page/projectconf/section_env_debug.html#debug-build-flags>`__ option
* Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 <https://github.com/platformio/platformio-core/issues/2591>`_)
* Updated SCons tool to 3.1.2
* Made package ManifestSchema compatible with marshmallow >= 3 (`issue #3296 <https://github.com/platformio/platformio-core/issues/3296>`_)

2
docs

Submodule docs updated: 86845f2eeb...1d1246090c