Skip to content

Commit d54b763

Browse files
committed
Benchmarks: avoid nonmoving GC because of access violations on Windows
See #181 (comment) and https://gitlab.haskell.org/ghc/ghc/-/issues/23003
1 parent 3481acb commit d54b763

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

filepath.cabal

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,4 @@ benchmark bench-filepath
200200
, filepath
201201
, tasty-bench
202202

203-
if impl(ghc >=8.10)
204-
ghc-options: "-with-rtsopts=-A32m --nonmoving-gc"
205-
206-
else
207-
ghc-options: -with-rtsopts=-A32m
203+
ghc-options: -with-rtsopts=-A32m

0 commit comments

Comments
 (0)