packages: streamly.cabal , core/streamly-core.cabal , docs/streamly-docs.cabal -- Keep the flags same as cabal.project.O0 because we utilize the same build -- for doctest in CI. package streamly flags: -opt ghc-options: -O0 -Werror package streamly-core flags: -opt ghc-options: -O0 -Werror package streamly-docs flags: -opt ghc-options: -O0 -Werror