• dev-141 087752e258

    Ghost released this 2026-07-10 21:22:32 +03:00 | 2669 commits to dev since this release

    A build that stops at the first compile error leaves restored .obj files
    that were never recompiled, while the metadata step still advanced
    head= to the current commit. The next run then normalized mtimes of
    those sources as 'unchanged', so ninja kept the stale objects forever,
    ending in unresolved externals at link time.

    Downloads