Elektrine lite

← Feed

@andrewrk@mastodon.social

Post #1555895

2026-04-15 19:42 UTC

@mitchellh @lemire I'm only halfway through the post, but there's another trick you can do to avoid libc++abi dependency - compile the code with c++ but link with cc. This causes linker errors with every dependency on libc++ or libc++abi (iirc enough to correlate to the source)

Replies (1)

  • @mitchellh@hachyderm.io 2026-04-15 19:48

    @andrewrk @lemire Ah yeah, I think we actually do that in Ghostty's CI now to ensure it doesn't link to libc++, but might make sense to switch the PR to simdutf to do that too.

    Open ##1555896