Files
MeshCore-Solo/variants
MarekZegare4 44ae27454d build(solo-dual): optimise for size (-Os), not -Ofast
The nRF52 Arduino core compiles with -Ofast (≈ -O3 + -ffast-math) by
default, which had pushed this feature-rich solo build to ~90% flash.
Unflag -Ofast and build with -Os: flash drops 90.1% → 60.9% (638 KB →
431 KB, ~200 KB reclaimed) with no loss of functionality and a negligible
speed cost for a UI/mesh workload. -Os also avoids fast-math float
reassociation, so it's marginally safer for the geo/distance maths.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 14:43:33 +02:00
..
2026-05-11 15:11:07 +08:00
2026-06-02 16:17:08 +10:00
2026-05-24 14:03:28 -07:00