From 17f9d572076c5b97348896dcb69a8b38912f820e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Jan 2020 22:20:24 +0200 Subject: [PATCH] Control debug flags and optimization level with a new "debug_build_flags" option --- HISTORY.rst | 1 + docs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1ede584d..f42ac6be 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,6 +14,7 @@ PlatformIO Core 4.0 - Project Manager - Project Configuration UI for `"platformio.ini" `__ +* Control debug flags and optimization level with a new `debug_build_flags `__ option * Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 `_) * Updated SCons tool to 3.1.2 * Made package ManifestSchema compatible with marshmallow >= 3 (`issue #3296 `_) diff --git a/docs b/docs index 86845f2e..1d124609 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 86845f2eebdc90def4e8fa296a459c74fa4f4953 +Subproject commit 1d1246090c74dc7ea74650827d22af8315c9ef00