Elektrine lite

← Feed

@ljs@mastodonapp.uk

Post #3920539

2026-07-18 17:23 UTC

well fuck, an m5 max macbook, in a vm, builds the kernel faster than a p7 thinkstation.. insane.

Replies (1)

  • @jann@infosec.exchange 2026-07-18 21:32

    @ljs@mastodonapp.uk which linker are you using (GNU LD or gold or LLVM's LLD?), and is this an incremental build or a full build with all the config options? a large part of the kernel build is "link the whole kernel, repeatedly, because kallsyms is a big hack", and if you do that with GNU LD, it's gonna be single-threaded and take a long time, so a client-style CPU will have an advantage over a workstation-style CPU...

    Open ##3920538