Set proper optimisation for streamly
https://github.com/composewell/streamly/blob/master/docs/Build.md
This commit is contained in:
parent
09eea518b8
commit
ca59169f02
@ -2,3 +2,9 @@ packages: ./hpath
|
||||
./hpath-filepath
|
||||
./hpath-io
|
||||
|
||||
package hpath-io
|
||||
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
|
||||
|
||||
-- https://github.com/composewell/streamly/blob/master/docs/Build.md
|
||||
package streamly
|
||||
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
|
||||
|
Loading…
Reference in New Issue
Block a user