@@ -66,7 +66,7 @@ Test-Suite TestCHInMemory
66
66
network-transport-inmemory >= 0.5 ,
67
67
test-framework >= 0.6 && < 0.9
68
68
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
70
70
HS-Source-Dirs : tests
71
71
72
72
Test-Suite TestCHInTCP
@@ -83,7 +83,7 @@ Test-Suite TestCHInTCP
83
83
else
84
84
Buildable : False
85
85
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
87
87
HS-Source-Dirs : tests
88
88
89
89
@@ -112,7 +112,7 @@ Test-Suite TestStats
112
112
network-transport-inmemory >= 0.5 ,
113
113
test-framework >= 0.6 && < 0.9
114
114
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
116
116
HS-Source-Dirs : tests
117
117
118
118
@@ -127,7 +127,7 @@ Test-Suite TestMx
127
127
network-transport-inmemory >= 0.5 ,
128
128
test-framework >= 0.6 && < 0.9
129
129
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
131
131
HS-Source-Dirs : tests
132
132
133
133
Test-Suite TestTracing
@@ -141,5 +141,5 @@ Test-Suite TestTracing
141
141
network-transport-inmemory >= 0.5 ,
142
142
test-framework >= 0.6 && < 0.9
143
143
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
145
145
HS-Source-Dirs : tests
0 commit comments