Elektrine lite

← Feed

@andrewrk@mastodon.social

Post #1555894

2026-04-15 19:27 UTC

@mitchellh @lemire nice! libc++ is such a nasty dependency

Replies (1)

  • @andrewrk@mastodon.social 2026-04-15 19:42

    @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)

    Open ##1555895