We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac9d6d commit 4a51371Copy full SHA for 4a51371
unordered-containers.cabal
@@ -133,9 +133,7 @@ benchmark benchmarks
133
unordered-containers
134
135
default-language: Haskell2010
136
- ghc-options: -Wall -O2 -rtsopts -with-rtsopts=-A32m
137
- if impl(ghc >= 8.10)
138
- ghc-options: "-with-rtsopts=-A32m --nonmoving-gc"
+ ghc-options: -Wall -O2 -rtsopts "-with-rtsopts=-A32m --nonmoving-gc"
139
-- cpp-options: -DBENCH_containers_Map -DBENCH_containers_IntMap -DBENCH_hashmap_Map
140
141
source-repository head
0 commit comments