Following recent thread on ghc-devs, a better approach for a faster build seems to be: ``` ./hadrian/build --flavour=default+no_profiled_libs+omit_pragmas --docs=none --skip-perf --freeze1 -j ``` This is now added to https://gitlab.haskell.org/ghc/ghc/-/wikis/building/hadrian Maybe this can be reflected on ghc.dev?