streamly/cabal.project.O0

25 lines
373 B
Plaintext
Raw Permalink Normal View History

packages:
./
test
benchmark
2022-03-07 13:00:48 +03:00
core
-- Keep the flags same as cabal.project.doctest because we utilize the
-- same build for doctests in CI.
package streamly
flags: -opt
2022-08-19 14:27:47 +03:00
ghc-options: -O0
2022-03-07 13:00:48 +03:00
package streamly-core
flags: -opt
2022-08-19 14:27:47 +03:00
ghc-options: -O0
2022-03-07 13:00:48 +03:00
package streamly-tests
flags: -opt
2022-08-19 14:27:47 +03:00
ghc-options: -O0
package streamly-benchmarks
flags: -opt
2022-08-19 14:27:47 +03:00
ghc-options: -O0