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
|
build-type: Simple
|
||||||
|
|
||||||
common warnings
|
common warnings
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall -threaded -O
|
||||||
|
|
||||||
executable svitak
|
executable svitak
|
||||||
import: warnings
|
import: warnings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue