Introduce "Release" and "Debug" Build Configurations

This commit is contained in:
Ivan Kravets
2018-09-06 14:42:37 +03:00
parent e6e629d2c5
commit 7108b2fdd4
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ PlatformIO 3.0
3.6.1 (2018-??-??)
~~~~~~~~~~~~~~~~~~
* Introduced `"Release" and "Debug" Build Configurations <http://docs.platformio.org/page/projectconf/build_configurations.html>`__
* Build project in "Debug Mode" including debug information with a new
``debug`` target using `platformio run <https://docs.platformio.org/page/userguide/cmd_run.html>`__ command or `targets <http://docs.platformio.org/page/projectconf/section_env_general.html#targets>`__ option in ``platformio.ini``.
The last option allows to avoid project rebuilding between "Run/Debug" modes.

2
docs

Submodule docs updated: 85979eea21...5e6ae4cf29