Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
42940 commits behind the upstream repository.
  • Simon Marlow's avatar
    1bbb89f3
    Make the --fast option to validate faster, and add --normal · 1bbb89f3
    Simon Marlow authored
    The --fast option now disables the following:
      - dynamic libs
      - bindist and bindisttest
    
    Which knocks several minutes off validate for me, but it's still over
    30 minutes using 5 cores on 64-bit Linux.
    
    Usual caveats apply: if you're using --fast, then make sure you aren't
    doing anything that might destabilise dynamic libs or binary dists.
    1bbb89f3
    History
    Make the --fast option to validate faster, and add --normal
    Simon Marlow authored
    The --fast option now disables the following:
      - dynamic libs
      - bindist and bindisttest
    
    Which knocks several minutes off validate for me, but it's still over
    30 minutes using 5 cores on 64-bit Linux.
    
    Usual caveats apply: if you're using --fast, then make sure you aren't
    doing anything that might destabilise dynamic libs or binary dists.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
validate 5.58 KiB