Skip to content

Commit 1b02473

Browse files
committed
Remove redundant -O flag
1 parent bf65aa7 commit 1b02473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix-tree.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ common common-options
6565

6666
executable nix-tree
6767
import: common-options
68-
ghc-options: -Wunused-packages -O1 -threaded -with-rtsopts=-N
68+
ghc-options: -Wunused-packages -threaded -with-rtsopts=-N
6969
main-is: NixTree/Main.hs
7070
hs-source-dirs: src
7171
default-language: Haskell2010

0 commit comments

Comments
 (0)