On Mon,  8 Sep 2025 09:04:13 +0200
Thierry Herbelot <[email protected]> wrote:

> +# no packet Rx with gcc > 11 with compiling with default -O3 or -O2
> +if (cc.get_id() == 'gcc' and cc.version().version_compare('>11.0'))
> +    base_cflags += '-O1'
> +endif

Did you test with Gcc 14 and 15, it may be the bug is already fixed.

Reply via email to