-O2 for production in scaffold cabal
maybe there was a reason why not to use O2?
This commit is contained in:
parent
a378190e94
commit
b6be4efafe
@ -57,7 +57,7 @@ executable ~project~
|
|||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -threaded -O0
|
ghc-options: -Wall -threaded -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded -02
|
||||||
|
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ executable ~project~
|
|||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
ghc-options: -Wall -threaded -O0
|
ghc-options: -Wall -threaded -O0
|
||||||
else
|
else
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded -O2
|
||||||
|
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user