diff options
author | Stephane Smith <stephane.smith@titansensor.com> | 2022-04-12 19:44:45 +0000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-04-14 16:06:41 +1000 |
commit | ae3d5289a5fa893ed9fd9c6d824043d7644179d7 (patch) | |
tree | ccaa39f2a0c2901c78f10a5c93f5583c2a84a63e /py/parse.c | |
parent | fe9eaf12f391232f195ac052005ac2b852409dd6 (diff) |
esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os.
These boards do not build with IDF v4.4 because the section .iram0.text
does not fit in region iram0_0_seg. Enabling SPIRAM increases the code
size so use -Os instead of -O2 to build these boards.
Fixes issue #8260.
Diffstat (limited to 'py/parse.c')
0 files changed, 0 insertions, 0 deletions