turn on GHC optimisations
This commit is contained in:
parent
6f371de3aa
commit
9ae6058851
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user