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 7237826 commit 2ae034cCopy full SHA for 2ae034c
unordered-containers.cabal
@@ -68,6 +68,7 @@ library
68
BangPatterns
69
70
ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans
71
+ ghc-options: -ddump-simpl -ddump-to-file -dsuppress-coercions -dsuppress-unfoldings -dsuppress-module-prefixes -dsuppress-uniques
72
73
if flag(debug)
74
cpp-options: -DASSERTS
@@ -129,6 +130,7 @@ benchmark benchmarks
129
130
if impl(ghc >= 8.10)
131
ghc-options: "-with-rtsopts=-A32m --nonmoving-gc"
132
-- cpp-options: -DBENCH_containers_Map -DBENCH_containers_IntMap -DBENCH_hashmap_Map
133
134
135
source-repository head
136
type: git
0 commit comments