streamly/cabal.project.O0

25 lines
405 B
Plaintext
Raw 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
ghc-options: -O0 -Werror
2022-03-07 13:00:48 +03:00
package streamly-core
flags: -opt
ghc-options: -O0 -Werror
package streamly-tests
flags: -opt
ghc-options: -O0 -Werror
package streamly-benchmarks
flags: -opt
ghc-options: -O0 -Werror