forked from marko/svitak
add ghc flags
gtk multithreading doesn't work properly without passing -threaded added -O for performance
This commit is contained in:
parent
fd05214fee
commit
5f9369e882
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ maintainer: oijrewgoijreg@eaoigjoirejg.com
|
|||
build-type: Simple
|
||||
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
ghc-options: -Wall -threaded -O
|
||||
|
||||
executable svitak
|
||||
import: warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue