Teo Camarasu pushed to branch wip/hugepages at Glasgow Haskell Compiler / GHC Commits: ce6c91c8 by Teo Camarasu at 2026-07-21T09:58:12+01:00 DROP ME: enable hugepages in default flavour - - - - - 1 changed file: - hadrian/src/Settings/Default.hs Changes: ===================================== hadrian/src/Settings/Default.hs ===================================== @@ -20,7 +20,8 @@ import qualified Hadrian.Builder.Tar import CommandLine import Expression -import Flavour.Type +import Flavour +--import Flavour.Type import Oracles.Flag import Oracles.Setting import Packages @@ -286,7 +287,7 @@ defaultSourceArgs = SourceArgs -- | Default build flavour. Other build flavours are defined in modules -- @Settings.Flavours.*@. Users can add new build flavours in "UserSettings". defaultFlavour :: Flavour -defaultFlavour = Flavour +defaultFlavour = enableHugepages $ Flavour { name = "default" , extraArgs = defaultExtraArgs , packages = defaultPackages View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ce6c91c8fb586b8531ad1a61637132ea... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ce6c91c8fb586b8531ad1a61637132ea... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help