@greenmoonmoon It’s the file system, if you use a fast fs like xfs or can build in RAM (tmpfs) for /tmp, that improves storing the temporary files the compiler tends to produce even further and using `-pipe` allows going without touching the fs altogether in some circumstances. Essentially Linux does not provide the same consistency guarantees Windows or macOS give, which hardly matter anymore unless you also want relentless snapshots.