Set proper optimisation for streamly

https://github.com/composewell/streamly/blob/master/docs/Build.md
这个提交包含在:
Julian Ospald 2020-01-04 17:55:58 +01:00
父节点 09eea518b8
当前提交 ca59169f02
找不到此签名对应的密钥
GPG 密钥 ID: 511B62C09D50CD28
共有 1 个文件被更改,包括 6 次插入0 次删除

查看文件

@ -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