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 8c15e7d commit d7028a6Copy full SHA for d7028a6
fgl.cabal
@@ -79,7 +79,7 @@ library {
79
build-depends:
80
ghc-prim
81
82
- ghc-options: -Wall -O2
+ ghc-options: -Wall
83
84
}
85
@@ -104,7 +104,7 @@ test-suite fgl-tests {
104
, Data.Graph.Inductive.Proxy
105
, Data.Graph.Inductive.Query.Properties
106
107
108
109
110
@@ -122,6 +122,6 @@ benchmark fgl-benchmark {
122
, microbench
123
, deepseq
124
125
126
127
0 commit comments