diff options
author | Jeff Epler <jepler@gmail.com> | 2025-06-16 17:04:16 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-01 15:18:29 +1000 |
commit | 07c3bf21f22edf83fb3ced3d5e6c7095c4b4d7f4 (patch) | |
tree | 6621d3105b6dc3595490208174d395812ee66ac1 /docs/esp8266/tutorial | |
parent | 9a5cf0e3dbb7dbc1b66ef67dd2fec0245d24e37e (diff) | |
download | micropython-07c3bf21f22edf83fb3ced3d5e6c7095c4b4d7f4.tar.gz micropython-07c3bf21f22edf83fb3ced3d5e6c7095c4b4d7f4.zip |
tools/ci.sh: Disable "stack use after return" in ASan build.
This check, runtime-enabled by default in gcc 13 (and existing at least
since gcc 12, but runtime-disabled) changes the stack layout in ways that
are not compatible with assumptions spread across the core code (nlr, gc,
and stack checking).
Signed-off-by: Jeff Epler <jepler@gmail.com>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions