Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Ship the object without the notes nobody reads
Debug info was 5.9M of the 14.5M the phone carries, and no one is on the
far end of it: the .so goes into the APK, and a crash comes back through
logcat as a bionic backtrace over the loaded segments, never a DWARF line
table. cargo's release profile already carried none — its object strips to
within 168 bytes of itself — so buck2 was the odd one out rather than the
generous one.
Fat LTO on the cdylib is the other half. It takes .text down a tenth and
halves the unwind tables, which are mostly duplicate landing pads once the
graph is one unit. opt-level stays at 2: 3 was measured beside it and came
out 134K larger.
Android libvidya, 14,496,256 to 8,804,920. The desktop pair comes along
through the shared profile — libvidya 12.6M to 10.8M, libjoltmoq 22.2M to
19.0M.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>