Skip to content

Commit e2c5dff

Browse files
d-p-tests: Remove -debug flag from .cabal.
1 parent fe544e5 commit e2c5dff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

distributed-process-tests/distributed-process-tests.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Test-Suite TestCHInMemory
6666
network-transport-inmemory >= 0.5,
6767
test-framework >= 0.6 && < 0.9
6868
Extensions: CPP
69-
ghc-options: -Wall -threaded -debug -eventlog -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
69+
ghc-options: -Wall -threaded -eventlog -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
7070
HS-Source-Dirs: tests
7171

7272
Test-Suite TestCHInTCP
@@ -83,7 +83,7 @@ Test-Suite TestCHInTCP
8383
else
8484
Buildable: False
8585
Extensions: CPP
86-
ghc-options: -Wall -threaded -debug -eventlog -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
86+
ghc-options: -Wall -threaded -eventlog -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
8787
HS-Source-Dirs: tests
8888

8989

@@ -112,7 +112,7 @@ Test-Suite TestStats
112112
network-transport-inmemory >= 0.5,
113113
test-framework >= 0.6 && < 0.9
114114
Extensions: CPP
115-
ghc-options: -Wall -debug -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
115+
ghc-options: -Wall -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
116116
HS-Source-Dirs: tests
117117

118118

@@ -127,7 +127,7 @@ Test-Suite TestMx
127127
network-transport-inmemory >= 0.5,
128128
test-framework >= 0.6 && < 0.9
129129
Extensions: CPP
130-
ghc-options: -Wall -debug -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
130+
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
131131
HS-Source-Dirs: tests
132132

133133
Test-Suite TestTracing
@@ -141,5 +141,5 @@ Test-Suite TestTracing
141141
network-transport-inmemory >= 0.5,
142142
test-framework >= 0.6 && < 0.9
143143
Extensions: CPP
144-
ghc-options: -Wall -debug -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
144+
ghc-options: -Wall -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
145145
HS-Source-Dirs: tests

0 commit comments

Comments
 (0)