Skip to content

Commit

Permalink
Benchmarks: avoid nonmoving GC because of access violations on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed May 23, 2023
1 parent 3481acb commit d54b763
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions filepath.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,4 @@ benchmark bench-filepath
, filepath
, tasty-bench

if impl(ghc >=8.10)
ghc-options: "-with-rtsopts=-A32m --nonmoving-gc"

else
ghc-options: -with-rtsopts=-A32m
ghc-options: -with-rtsopts=-A32m

0 comments on commit d54b763

Please sign in to comment.