From 9ae60588514624985989d2569682d916632d4569 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 2 Jan 2022 02:35:14 +0100 Subject: [PATCH] turn on GHC optimisations --- bisc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bisc.cabal b/bisc.cabal index a105ac5..75cd9b0 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -43,6 +43,6 @@ executable bisc data-default, bytestring, optparse-applicative default-language: Haskell2010 - ghc-options: -Wall -Wno-name-shadowing + ghc-options: -Wall -Wno-name-shadowing -O2 if flag(static) extra-libraries: snappy stdc++