Skip to content

Commit d7028a6

Browse files
committed
Disable -O2
Not really needed, and cabal check tends not to like it
1 parent 8c15e7d commit d7028a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fgl.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ library {
7979
build-depends:
8080
ghc-prim
8181

82-
ghc-options: -Wall -O2
82+
ghc-options: -Wall
8383

8484
}
8585

@@ -104,7 +104,7 @@ test-suite fgl-tests {
104104
, Data.Graph.Inductive.Proxy
105105
, Data.Graph.Inductive.Query.Properties
106106

107-
ghc-options: -Wall -O2
107+
ghc-options: -Wall
108108

109109
}
110110

@@ -122,6 +122,6 @@ benchmark fgl-benchmark {
122122
, microbench
123123
, deepseq
124124

125-
ghc-options: -Wall -O2
125+
ghc-options: -Wall
126126

127127
}

0 commit comments

Comments
 (0)