Enable split-sections

This commit is contained in:
Julian Ospald 2020-04-09 20:35:42 +02:00
parent 34386680cc
commit c2c47e1b7e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 1 deletions

View File

@ -6,11 +6,14 @@ package streamly
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
package ghcup
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16 -split-sections
package tar-bytestring
ghc-options: -O2
package *
ghc-options: -split-sections
constraints: http-io-streams -brotli
allow-newer: base