Skip to content

Commit 581f5c3

Browse files
Use single threaded build for debugging heap overflow issues
1 parent ee01346 commit 581f5c3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ packages: streamly.cabal
33
, test/streamly-tests.cabal
44
, benchmark/streamly-benchmarks.cabal
55
, bench-test-lib/bench-test-lib.cabal
6+
7+
-- For debugging heap overflow
8+
jobs: 1

cabal.project.Werror

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ packages:
55
core
66
bench-test-lib
77

8+
-- For debugging heap overflow
9+
jobs: 1
10+
811
package streamly
912
ghc-options: -Werror
1013

0 commit comments

Comments
 (0)