turn on GHC optimisations

master
Michele Guerini Rocco 2022-01-02 02:35:14 +01:00
parent 6f371de3aa
commit 9ae6058851
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 1 additions and 1 deletions

View File

@ -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++