mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
When building without link-time-optimization through the KITTY_NO_LTO env var or the setup.py --disable-link-time-optimization option compilation failed with a warning about freeing "ans" memory. Chances are, this is dead code that gets optimized out by LTO.