mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 20:28:06 +00: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| algorithm.c | ||
| ftc.go | ||
| ftc_test.go | ||
| main.go | ||
| main.py | ||
| receive.go | ||
| rsync.pyi | ||
| send.go | ||
| send_test.go | ||
| utils.go | ||
| utils.py | ||